@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 running 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 maximum number of AWS accounts and AWS regions allowed to run the Automation concurrently
|
String |
targetLocationMaxErrors()
The maximum number of errors allowed before the system stops queueing additional Automation executions for the
currently running Automation.
|
TargetLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 maximum number of AWS accounts and AWS regions allowed to run the Automation concurrently
public String targetLocationMaxErrors()
The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.
public String executionRoleName()
The Automation execution role used by the currently running Automation.
public TargetLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetLocation.Builder,TargetLocation>public static TargetLocation.Builder builder()
public static Class<? extends TargetLocation.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.