public static interface AssociationExecution.Builder extends SdkPojo, CopyableBuilder<AssociationExecution.Builder,AssociationExecution>
Modifier and Type | Method and Description |
---|---|
AssociationExecution.Builder |
associationId(String associationId)
The association ID.
|
AssociationExecution.Builder |
associationVersion(String associationVersion)
The association version.
|
AssociationExecution.Builder |
createdTime(Instant createdTime)
The time the execution started.
|
AssociationExecution.Builder |
detailedStatus(String detailedStatus)
Detailed status information about the execution.
|
AssociationExecution.Builder |
executionId(String executionId)
The execution ID for the association.
|
AssociationExecution.Builder |
lastExecutionDate(Instant lastExecutionDate)
The date of the last execution.
|
AssociationExecution.Builder |
resourceCountByStatus(String resourceCountByStatus)
An aggregate status of the resources in the execution based on the status type.
|
AssociationExecution.Builder |
status(String status)
The status of the association execution.
|
copy
applyMutation, build
AssociationExecution.Builder associationId(String associationId)
The association ID.
associationId
- The association ID.AssociationExecution.Builder associationVersion(String associationVersion)
The association version.
associationVersion
- The association version.AssociationExecution.Builder executionId(String executionId)
The execution ID for the association. If the association does not run at intervals or according to a schedule, then the ExecutionID is the same as the AssociationID.
executionId
- The execution ID for the association. If the association does not run at intervals or according to a
schedule, then the ExecutionID is the same as the AssociationID.AssociationExecution.Builder status(String status)
The status of the association execution.
status
- The status of the association execution.AssociationExecution.Builder detailedStatus(String detailedStatus)
Detailed status information about the execution.
detailedStatus
- Detailed status information about the execution.AssociationExecution.Builder createdTime(Instant createdTime)
The time the execution started.
createdTime
- The time the execution started.AssociationExecution.Builder lastExecutionDate(Instant lastExecutionDate)
The date of the last execution.
lastExecutionDate
- The date of the last execution.AssociationExecution.Builder resourceCountByStatus(String resourceCountByStatus)
An aggregate status of the resources in the execution based on the status type.
resourceCountByStatus
- An aggregate status of the resources in the execution based on the status type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.