Uses of Interface
software.amazon.awssdk.services.ssm.model.CreateAssociationRequest.Builder
Packages that use CreateAssociationRequest.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 CreateAssociationRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CreateAssociationRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest) A State Manager association defines the state that you want to maintain on your managed nodes.default CreateAssociationResponseSsmClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest) A State Manager association defines the state that you want to maintain on your managed nodes. -
Uses of CreateAssociationRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CreateAssociationRequest.BuilderModifier and TypeMethodDescriptiondefault CreateAssociationRequest.BuilderCreateAssociationRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.CreateAssociationRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.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 and when target changes are detected.CreateAssociationRequest.Builder.associationDispatchAssumeRole(String associationDispatchAssumeRole) A role used by association to take actions on your behalf.CreateAssociationRequest.Builder.associationName(String associationName) Specify a descriptive name for the association.CreateAssociationRequest.Builder.automationTargetParameterName(String automationTargetParameterName) Choose the parameter that will define how your automation will branch out.CreateAssociationRequest.builder()CreateAssociationRequest.Builder.calendarNames(String... calendarNames) The names of Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your associations under.CreateAssociationRequest.Builder.calendarNames(Collection<String> calendarNames) The names of Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your associations under.CreateAssociationRequest.Builder.complianceSeverity(String complianceSeverity) The severity level to assign to the association.CreateAssociationRequest.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.CreateAssociationRequest.Builder.documentVersion(String documentVersion) The document version you want to associate with the targets.The number of hours the association can run before it is canceled.CreateAssociationRequest.Builder.instanceId(String instanceId) The managed node ID.CreateAssociationRequest.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 CreateAssociationRequest.BuilderCreateAssociationRequest.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.outputLocation(InstanceAssociationOutputLocation outputLocation) An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.CreateAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateAssociationRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The parameters for the runtime configuration of the document.CreateAssociationRequest.Builder.scheduleExpression(String scheduleExpression) A cron expression when the association will be applied to the targets.CreateAssociationRequest.Builder.scheduleOffset(Integer scheduleOffset) Number of days to wait after the scheduled day to run an association.CreateAssociationRequest.Builder.syncCompliance(String syncCompliance) The mode for generating association compliance.CreateAssociationRequest.Builder.syncCompliance(AssociationSyncCompliance syncCompliance) The mode for generating association compliance.CreateAssociationRequest.Builder.tags(Collection<Tag> tags) Adds or overwrites one or more tags for a State Manager association.CreateAssociationRequest.Builder.tags(Consumer<Tag.Builder>... tags) Adds or overwrites one or more tags for a State Manager association.Adds or overwrites one or more tags for a State Manager association.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.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.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.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.CreateAssociationRequest.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.CreateAssociationRequest.Builder.targets(Collection<Target> targets) The targets for the association.CreateAssociationRequest.Builder.targets(Consumer<Target.Builder>... targets) The targets for the association.The targets for the association.CreateAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CreateAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAssociationRequest.Builder>CreateAssociationRequest.serializableBuilderClass()