Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateAssociationRequest.Builder
Packages that use UpdateAssociationRequest.Builder
Package
Description
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.
-
Uses of UpdateAssociationRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateAssociationRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest) Updates an association.default UpdateAssociationResponseSsmClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest) Updates an association. -
Uses of UpdateAssociationRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateAssociationRequest.BuilderModifier and TypeMethodDescriptiondefault UpdateAssociationRequest.BuilderUpdateAssociationRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.UpdateAssociationRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.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.associationDispatchAssumeRole(String associationDispatchAssumeRole) A role used by association to take actions on your behalf.UpdateAssociationRequest.Builder.associationId(String associationId) The ID of the association you want to update.UpdateAssociationRequest.Builder.associationName(String associationName) The name of the association that you want to update.UpdateAssociationRequest.Builder.associationVersion(String associationVersion) This parameter is provided for concurrency control purposes.UpdateAssociationRequest.Builder.automationTargetParameterName(String automationTargetParameterName) Choose the parameter that will define how your automation will branch out.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.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.complianceSeverity(String complianceSeverity) The severity level to assign to the association.UpdateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.UpdateAssociationRequest.Builder.documentVersion(String documentVersion) The document version you want update for the association.The number of hours the association can run before it is canceled.UpdateAssociationRequest.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets allowed to run the association at the same time.The number of errors that are allowed before the system stops sending requests to run the association on additional targets.The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node.default UpdateAssociationRequest.BuilderUpdateAssociationRequest.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation) An S3 bucket where you want to store the results of this request.UpdateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An S3 bucket where you want to store the results of this request.UpdateAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAssociationRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The parameters you want to update for the association.UpdateAssociationRequest.Builder.scheduleExpression(String scheduleExpression) The cron expression used to schedule the association that you want to update.UpdateAssociationRequest.Builder.scheduleOffset(Integer scheduleOffset) Number of days to wait after the scheduled day to run an association.UpdateAssociationRequest.Builder.syncCompliance(String syncCompliance) The mode for generating association compliance.UpdateAssociationRequest.Builder.syncCompliance(AssociationSyncCompliance syncCompliance) The mode for generating association compliance.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.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.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.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.UpdateAssociationRequest.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.UpdateAssociationRequest.Builder.targets(Collection<Target> targets) The targets of the association.UpdateAssociationRequest.Builder.targets(Consumer<Target.Builder>... targets) The targets of the association.The targets of the association.UpdateAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAssociationRequest.Builder>UpdateAssociationRequest.serializableBuilderClass()