| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.applyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new associations, the system runs it immediately after it is created and then
according to the schedule you specified.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.associationId(String associationId)
The ID created by the system when the association was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.associationName(String associationName)
The name specified for the association version when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.associationVersion(String associationVersion)
The association version.
|
static AssociationVersionInfo.Builder |
AssociationVersionInfo.builder() |
AssociationVersionInfo.Builder |
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 |
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 |
AssociationVersionInfo.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level that is assigned to the association.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.complianceSeverity(String complianceSeverity)
The severity level that is assigned to the association.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.createdDate(Instant createdDate)
The date the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.documentVersion(String documentVersion)
The version of an Amazon Web Services Systems Manager document (SSM document) used when the association
version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.maxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.maxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.name(String name)
The name specified when the association was created.
|
default AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
The location in Amazon S3 specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
The location in Amazon S3 specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.parameters(Map<String,? extends Collection<String>> parameters)
Parameters specified when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.scheduleExpression(String scheduleExpression)
The cron or rate schedule specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.scheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.syncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.syncCompliance(String syncCompliance)
The mode for generating association compliance.
|
AssociationVersionInfo.Builder |
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 |
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 |
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 |
AssociationVersionInfo.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.targets(Collection<Target> targets)
The targets specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.targets(Consumer<Target.Builder>... targets)
The targets specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.targets(Target... targets)
The targets specified for the association when the association version was created.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociationVersionInfo.Builder> |
AssociationVersionInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.