@Generated(value="software.amazon.awssdk:codegen") public final class TargetLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetLocation.Builder,TargetLocation>
The combination of AWS Regions and accounts targeted by the current Automation execution.
Modifier and Type | Class and Description |
---|---|
static interface |
TargetLocation.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
accounts()
The AWS accounts targeted by the current Automation execution.
|
static TargetLocation.Builder |
builder() |
boolean |
equals(Object obj) |
String |
executionRoleName()
The Automation execution role used by the currently executing Automation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
regions()
The AWS Regions targeted by the current Automation execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetLocation.Builder> |
serializableBuilderClass() |
String |
targetLocationMaxConcurrency()
The maxium number of AWS accounts and AWS regions allowed to run the Automation concurrently
|
String |
targetLocationMaxErrors()
The maxium number of errors allowed before the system stops queueing additional Automation executions for the
currently executing Automation.
|
TargetLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> accounts()
The AWS accounts targeted by the current Automation execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> regions()
The AWS Regions targeted by the current Automation execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String targetLocationMaxConcurrency()
The maxium number of AWS accounts and AWS regions allowed to run the Automation concurrently
public String targetLocationMaxErrors()
The maxium number of errors allowed before the system stops queueing additional Automation executions for the currently executing Automation.
public String executionRoleName()
The Automation execution role used by the currently executing Automation.
public TargetLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TargetLocation.Builder,TargetLocation>
public static TargetLocation.Builder builder()
public static Class<? extends TargetLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.