public static interface AssociationExecution.Builder extends SdkPojo, CopyableBuilder<AssociationExecution.Builder,AssociationExecution>
| Modifier and Type | Method and Description |
|---|---|
AssociationExecution.Builder |
alarmConfiguration(AlarmConfiguration alarmConfiguration)
Sets the value of the AlarmConfiguration property for this object.
|
default AssociationExecution.Builder |
alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
Sets the value of the AlarmConfiguration property for this object.
|
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.
|
AssociationExecution.Builder |
triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
AssociationExecution.Builder |
triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
AssociationExecution.Builder |
triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociationExecution.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.
executionId - The execution ID for the association.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.AssociationExecution.Builder alarmConfiguration(AlarmConfiguration alarmConfiguration)
alarmConfiguration - The new value for the AlarmConfiguration property for this object.default AssociationExecution.Builder alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
AlarmConfiguration.Builder avoiding the
need to create one manually via AlarmConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to alarmConfiguration(AlarmConfiguration).
alarmConfiguration - a consumer that will call methods on AlarmConfiguration.BuilderalarmConfiguration(AlarmConfiguration)AssociationExecution.Builder triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
triggeredAlarms - The CloudWatch alarms that were invoked by the association.AssociationExecution.Builder triggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
triggeredAlarms - The CloudWatch alarms that were invoked by the association.AssociationExecution.Builder triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
This is a convenience method that creates an instance of theAlarmStateInformation.Builder avoiding the need to create
one manually via AlarmStateInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #triggeredAlarms(List.
triggeredAlarms - a consumer that will call methods on
AlarmStateInformation.Builder#triggeredAlarms(java.util.Collection) Copyright © 2022. All rights reserved.