Uses of Interface
software.amazon.awssdk.services.ssm.model.Association.Builder
Packages that use Association.Builder
-
Uses of Association.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Association.BuilderModifier and TypeMethodDescriptionAssociation.Builder.associationId(String associationId) The ID created by the system when you create an association.Association.Builder.associationName(String associationName) The association name.Association.Builder.associationVersion(String associationVersion) The association version.static Association.BuilderAssociation.builder()Association.Builder.documentVersion(String documentVersion) The version of the document used in the association.The number of hours that an association can run on specified targets.Association.Builder.instanceId(String instanceId) The managed node ID.Association.Builder.lastExecutionDate(Instant lastExecutionDate) The date on which the association was last run.The name of the SSM document.default Association.BuilderAssociation.Builder.overview(Consumer<AssociationOverview.Builder> overview) Information about the association.Association.Builder.overview(AssociationOverview overview) Information about the association.Association.Builder.scheduleExpression(String scheduleExpression) A cron expression that specifies a schedule when the association runs.Association.Builder.scheduleOffset(Integer scheduleOffset) Number of days to wait after the scheduled day to run an association.Association.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.Association.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.Association.Builder.targets(Collection<Target> targets) The managed nodes targeted by the request to create an association.Association.Builder.targets(Consumer<Target.Builder>... targets) The managed nodes targeted by the request to create an association.The managed nodes targeted by the request to create an association.Association.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Association.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Association.Builder>Association.serializableBuilderClass()