| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| 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 instances.
|
default CompletableFuture<CreateAssociationResponse> |
SsmAsyncClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
A State Manager association defines the state that you want to maintain on your instances.
|
| 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)
Specify the target for the association.
|
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 instance 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 instance.
|
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.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.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 © 2021. All rights reserved.