Uses of Interface
software.amazon.awssdk.services.ssm.model.CreateAssociationBatchRequestEntry.Builder
Packages that use CreateAssociationBatchRequestEntry.Builder
-
Uses of CreateAssociationBatchRequestEntry.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CreateAssociationBatchRequestEntry.BuilderModifier and TypeMethodDescriptionCreateAssociationBatchRequestEntry.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.CreateAssociationBatchRequestEntry.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) Sets the value of the AlarmConfiguration property for this object.CreateAssociationBatchRequestEntry.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.CreateAssociationBatchRequestEntry.Builder.associationName(String associationName) Specify a descriptive name for the association.CreateAssociationBatchRequestEntry.Builder.automationTargetParameterName(String automationTargetParameterName) Specify the target for the association.CreateAssociationBatchRequestEntry.builder()CreateAssociationBatchRequestEntry.Builder.calendarNames(String... calendarNames) The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under.CreateAssociationBatchRequestEntry.Builder.calendarNames(Collection<String> calendarNames) The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under.CreateAssociationBatchRequestEntry.Builder.complianceSeverity(String complianceSeverity) The severity level to assign to the association.CreateAssociationBatchRequestEntry.Builder.complianceSeverity(AssociationComplianceSeverity complianceSeverity) The severity level to assign to the association.CreateAssociationBatchRequestEntry.Builder.documentVersion(String documentVersion) The document version.The number of hours the association can run before it is canceled.CreateAssociationBatchRequestEntry.Builder.instanceId(String instanceId) The managed node ID.CreateAssociationBatchRequestEntry.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 document that contains the configuration information for the managed node.CreateAssociationBatchRequestEntry.Builder.outputLocation(Consumer<InstanceAssociationOutputLocation.Builder> outputLocation) An S3 bucket where you want to store the results of this request.CreateAssociationBatchRequestEntry.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An S3 bucket where you want to store the results of this request.CreateAssociationBatchRequestEntry.Builder.parameters(Map<String, ? extends Collection<String>> parameters) A description of the parameters for a document.CreateAssociationBatchRequestEntry.Builder.scheduleExpression(String scheduleExpression) A cron expression that specifies a schedule when the association runs.CreateAssociationBatchRequestEntry.Builder.scheduleOffset(Integer scheduleOffset) Number of days to wait after the scheduled day to run an association.CreateAssociationBatchRequestEntry.Builder.syncCompliance(String syncCompliance) The mode for generating association compliance.CreateAssociationBatchRequestEntry.Builder.syncCompliance(AssociationSyncCompliance syncCompliance) The mode for generating association compliance.CreateAssociationBatchRequestEntry.Builder.targetLocations(Collection<TargetLocation> targetLocations) Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationBatchRequestEntry.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationBatchRequestEntry.Builder.targetLocations(TargetLocation... targetLocations) Use this action to create an association in multiple Regions and multiple accounts.CreateAssociationBatchRequestEntry.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.CreateAssociationBatchRequestEntry.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.CreateAssociationBatchRequestEntry.Builder.targets(Collection<Target> targets) The managed nodes targeted by the request.CreateAssociationBatchRequestEntry.Builder.targets(Consumer<Target.Builder>... targets) The managed nodes targeted by the request.The managed nodes targeted by the request.CreateAssociationBatchRequestEntry.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CreateAssociationBatchRequestEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAssociationBatchRequestEntry.Builder>CreateAssociationBatchRequestEntry.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CreateAssociationBatchRequestEntry.BuilderModifier and TypeMethodDescriptiondefault FailedCreateAssociation.BuilderFailedCreateAssociation.Builder.entry(Consumer<CreateAssociationBatchRequestEntry.Builder> entry) The association.