Uses of Interface
software.amazon.awssdk.services.ssm.model.AssociationVersionInfo.Builder
Packages that use AssociationVersionInfo.Builder
-
Uses of AssociationVersionInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationVersionInfo.BuilderModifier and TypeMethodDescriptionAssociationVersionInfo.Builder.applyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval) By default, when you create new associations, the system runs it immediately after it is created and then according to the schedule you specified.AssociationVersionInfo.Builder.associationDispatchAssumeRole(String associationDispatchAssumeRole) A role used by association to take actions on your behalf.AssociationVersionInfo.Builder.associationId(String associationId) The ID created by the system when the association was created.AssociationVersionInfo.Builder.associationName(String associationName) The name specified for the association version when the association version was created.AssociationVersionInfo.Builder.associationVersion(String associationVersion) The association version.AssociationVersionInfo.builder()AssociationVersionInfo.Builder.calendarNames(String... calendarNames) The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under.AssociationVersionInfo.Builder.calendarNames(Collection<String> calendarNames) The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under.AssociationVersionInfo.Builder.complianceSeverity(String complianceSeverity) The severity level that is assigned to the association.AssociationVersionInfo.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level that is assigned to the association.AssociationVersionInfo.Builder.createdDate(Instant createdDate) The date the association version was created.AssociationVersionInfo.Builder.documentVersion(String documentVersion) The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.The number of hours that an association can run on specified targets.AssociationVersionInfo.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets allowed to run the association at the same time.The number of errors that are allowed before the system stops sending requests to run the association on additional targets.The name specified when the association was created.default AssociationVersionInfo.BuilderAssociationVersionInfo.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation) The location in Amazon S3 specified for the association when the association version was created.AssociationVersionInfo.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) The location in Amazon S3 specified for the association when the association version was created.AssociationVersionInfo.Builder.parameters(Map<String, ? extends Collection<String>> parameters) Parameters specified when the association version was created.AssociationVersionInfo.Builder.scheduleExpression(String scheduleExpression) The cron or rate schedule specified for the association when the association version was created.AssociationVersionInfo.Builder.scheduleOffset(Integer scheduleOffset) Number of days to wait after the scheduled day to run an association.AssociationVersionInfo.Builder.syncCompliance(String syncCompliance) The mode for generating association compliance.AssociationVersionInfo.Builder.syncCompliance(AssociationSyncCompliance syncCompliance) The mode for generating association compliance.AssociationVersionInfo.Builder.targetLocations(Collection<TargetLocation> targetLocations) The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.AssociationVersionInfo.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.AssociationVersionInfo.Builder.targetLocations(TargetLocation... targetLocations) The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.AssociationVersionInfo.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.AssociationVersionInfo.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.AssociationVersionInfo.Builder.targets(Collection<Target> targets) The targets specified for the association when the association version was created.AssociationVersionInfo.Builder.targets(Consumer<Target.Builder>... targets) The targets specified for the association when the association version was created.The targets specified for the association when the association version was created.AssociationVersionInfo.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationVersionInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociationVersionInfo.Builder>AssociationVersionInfo.serializableBuilderClass()