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: one of "IN_PROGRESS", "COMPLETED", "FAILED" or "CANCELED".
|
AuditTaskMetadata.Builder |
taskStatus(String taskStatus)
The status of this audit: one of "IN_PROGRESS", "COMPLETED", "FAILED" or "CANCELED".
|
AuditTaskMetadata.Builder |
taskType(AuditTaskType taskType)
The type of this audit: one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
AuditTaskMetadata.Builder |
taskType(String taskType)
The type of this audit: one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
copyapplyMutation, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.