Uses of Interface
software.amazon.awssdk.services.ssm.model.AssociationExecution.Builder
Packages that use AssociationExecution.Builder
-
Uses of AssociationExecution.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationExecution.BuilderModifier and TypeMethodDescriptiondefault AssociationExecution.BuilderAssociationExecution.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.AssociationExecution.Builder.alarmConfiguration(AlarmConfiguration 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.static AssociationExecution.BuilderAssociationExecution.builder()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.The status of the association execution.AssociationExecution.toBuilder()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.AssociationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the association.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationExecution.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociationExecution.Builder>AssociationExecution.serializableBuilderClass()