| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAssociationResponse |
SsmClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
default CompletableFuture<CreateAssociationResponse> |
SsmAsyncClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.applyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new association, the system runs it immediately after it is created and then
according to the schedule you specified.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.associationName(String associationName)
Specify a descriptive name for the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.automationTargetParameterName(String automationTargetParameterName)
Choose the parameter that will define how your automation will branch out.
|
static CreateAssociationRequest.Builder |
CreateAssociationRequest.builder() |
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.calendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.calendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.complianceSeverity(String complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.documentVersion(String documentVersion)
The document version you want to associate with the target(s).
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.instanceId(String instanceId)
The managed node ID.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.maxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.maxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.name(String name)
The name of the SSM Command document or Automation runbook that contains the configuration information for
the managed node.
|
default CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the
request.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the
request.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.parameters(Map<String,? extends Collection<String>> parameters)
The parameters for the runtime configuration of the document.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.scheduleExpression(String scheduleExpression)
A cron expression when the association will be applied to the target(s).
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.scheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.syncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.syncCompliance(String syncCompliance)
The mode for generating association compliance.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to
run the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations)
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to
run the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targetLocations(TargetLocation... targetLocations)
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to
run the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targets(Collection<Target> targets)
The targets for the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targets(Consumer<Target.Builder>... targets)
The targets for the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.targets(Target... targets)
The targets for the association.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAssociationRequest.Builder> |
CreateAssociationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.