public static interface AuditTaskMetadata.Builder extends SdkPojo, CopyableBuilder<AuditTaskMetadata.Builder,AuditTaskMetadata>
| Modifier and Type | Method and Description |
|---|---|
AuditTaskMetadata.Builder |
taskId(String taskId)
The ID of this audit.
|
AuditTaskMetadata.Builder |
taskStatus(AuditTaskStatus taskStatus)
The status of this audit.
|
AuditTaskMetadata.Builder |
taskStatus(String taskStatus)
The status of this audit.
|
AuditTaskMetadata.Builder |
taskType(AuditTaskType taskType)
The type of this audit.
|
AuditTaskMetadata.Builder |
taskType(String taskType)
The type of this audit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuditTaskMetadata.Builder taskId(String taskId)
The ID of this audit.
taskId - The ID of this audit.AuditTaskMetadata.Builder taskStatus(String taskStatus)
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus - The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus,
AuditTaskStatusAuditTaskMetadata.Builder taskStatus(AuditTaskStatus taskStatus)
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus - The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus,
AuditTaskStatusAuditTaskMetadata.Builder taskType(String taskType)
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
taskType - The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskType,
AuditTaskTypeAuditTaskMetadata.Builder taskType(AuditTaskType taskType)
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
taskType - The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskType,
AuditTaskTypeCopyright © 2022. All rights reserved.