| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAssociationResponse |
SsmClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest)
Updates an association.
|
default CompletableFuture<UpdateAssociationResponse> |
SsmAsyncClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest)
Updates an association.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration)
Sets the value of the AlarmConfiguration property for this object.
|
default UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)
Sets the value of the AlarmConfiguration property for this object.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.applyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you update an association, the system runs it immediately after it is updated and then
according to the schedule you specified.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.associationId(String associationId)
The ID of the association you want to update.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.associationName(String associationName)
The name of the association that you want to update.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.associationVersion(String associationVersion)
This parameter is provided for concurrency control purposes.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.automationTargetParameterName(String automationTargetParameterName)
Choose the parameter that will define how your automation will branch out.
|
static UpdateAssociationRequest.Builder |
UpdateAssociationRequest.builder() |
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.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.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.calendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.complianceSeverity(String complianceSeverity)
The severity level to assign to the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.documentVersion(String documentVersion)
The document version you want update for the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.maxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.maxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.name(String name)
The name of the SSM Command document or Automation runbook that contains the configuration information for
the managed node.
|
default UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation)
An S3 bucket where you want to store the results of this request.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the results of this request.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.parameters(Map<String,? extends Collection<String>> parameters)
The parameters you want to update for the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.scheduleExpression(String scheduleExpression)
The cron expression used to schedule the association that you want to update.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.scheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.syncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.syncCompliance(String syncCompliance)
The mode for generating association compliance.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.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.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.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.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.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.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.targets(Collection<Target> targets)
The targets of the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.targets(Consumer<Target.Builder>... targets)
The targets of the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.targets(Target... targets)
The targets of the association.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAssociationRequest.Builder> |
UpdateAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.