Uses of Interface
software.amazon.awssdk.services.ssm.model.TargetLocation.Builder
Packages that use TargetLocation.Builder
-
Uses of TargetLocation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return TargetLocation.BuilderModifier and TypeMethodDescriptionThe Amazon Web Services accounts targeted by the current Automation execution.TargetLocation.Builder.accounts(Collection<String> accounts) The Amazon Web Services accounts targeted by the current Automation execution.static TargetLocation.BuilderTargetLocation.builder()TargetLocation.Builder.excludeAccounts(String... excludeAccounts) Amazon Web Services accounts or organizational units to exclude as expanded targets.TargetLocation.Builder.excludeAccounts(Collection<String> excludeAccounts) Amazon Web Services accounts or organizational units to exclude as expanded targets.TargetLocation.Builder.executionRoleName(String executionRoleName) The Automation execution role used by the currently running Automation.TargetLocation.Builder.includeChildOrganizationUnits(Boolean includeChildOrganizationUnits) Indicates whether to include child organizational units (OUs) that are children of the targeted OUs.The Amazon Web Services Regions targeted by the current Automation execution.TargetLocation.Builder.regions(Collection<String> regions) The Amazon Web Services Regions targeted by the current Automation execution.default TargetLocation.BuilderTargetLocation.Builder.targetLocationAlarmConfiguration(Consumer<AlarmConfiguration.Builder> targetLocationAlarmConfiguration) Sets the value of the TargetLocationAlarmConfiguration property for this object.TargetLocation.Builder.targetLocationAlarmConfiguration(AlarmConfiguration targetLocationAlarmConfiguration) Sets the value of the TargetLocationAlarmConfiguration property for this object.TargetLocation.Builder.targetLocationMaxConcurrency(String targetLocationMaxConcurrency) The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.TargetLocation.Builder.targetLocationMaxErrors(String targetLocationMaxErrors) The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.TargetLocation.Builder.targets(Collection<Target> targets) A list of key-value mappings to target resources.TargetLocation.Builder.targets(Consumer<Target.Builder>... targets) A list of key-value mappings to target resources.A list of key-value mappings to target resources.TargetLocation.Builder.targetsMaxConcurrency(String targetsMaxConcurrency) The maximum number of targets allowed to run this task in parallel.TargetLocation.Builder.targetsMaxErrors(String targetsMaxErrors) The maximum number of errors that are allowed before the system stops running the automation on additional targets.TargetLocation.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TargetLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetLocation.Builder>TargetLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type TargetLocation.BuilderModifier and TypeMethodDescriptiondefault StepExecution.BuilderStepExecution.Builder.targetLocation(Consumer<TargetLocation.Builder> targetLocation) The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.