Uses of Interface
software.amazon.awssdk.services.ssm.model.AssociationExecutionTarget.Builder
Packages that use AssociationExecutionTarget.Builder
-
Uses of AssociationExecutionTarget.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationExecutionTarget.BuilderModifier and TypeMethodDescriptionAssociationExecutionTarget.Builder.associationId(String associationId) The association ID.AssociationExecutionTarget.Builder.associationVersion(String associationVersion) The association version.AssociationExecutionTarget.builder()AssociationExecutionTarget.Builder.detailedStatus(String detailedStatus) Detailed information about the execution status.AssociationExecutionTarget.Builder.executionId(String executionId) The execution ID.AssociationExecutionTarget.Builder.lastExecutionDate(Instant lastExecutionDate) The date of the last execution.AssociationExecutionTarget.Builder.outputSource(Consumer<OutputSource.Builder> outputSource) The location where the association details are saved.AssociationExecutionTarget.Builder.outputSource(OutputSource outputSource) The location where the association details are saved.AssociationExecutionTarget.Builder.resourceId(String resourceId) The resource ID, for example, the managed node ID where the association ran.AssociationExecutionTarget.Builder.resourceType(String resourceType) The resource type, for example, EC2.The association execution status.AssociationExecutionTarget.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationExecutionTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociationExecutionTarget.Builder>AssociationExecutionTarget.serializableBuilderClass()