| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
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.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 a Systems Manager 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.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 © 2020. All rights reserved.