@Generated(value="software.amazon.awssdk:codegen") public final class StartAutomationExecutionRequest extends SsmRequest implements ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
StartAutomationExecutionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static StartAutomationExecutionRequest.Builder |
builder() |
String |
clientToken()
User-provided idempotency token.
|
String |
documentName()
The name of the Automation document to use for this execution.
|
String |
documentVersion()
The version of the Automation document to use for this execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasParameters()
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasTargetLocations()
Returns true if the TargetLocations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTargetMaps()
Returns true if the TargetMaps property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTargets()
Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
maxConcurrency()
The maximum number of targets allowed to run this task in parallel.
|
String |
maxErrors()
The number of errors that are allowed before the system stops running the automation on additional targets.
|
ExecutionMode |
mode()
The execution mode of the automation.
|
String |
modeAsString()
The execution mode of the automation.
|
Map<String,List<String>> |
parameters()
A key-value map of execution parameters, which match the declared parameters in the Automation document.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartAutomationExecutionRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Optional metadata that you assign to a resource.
|
List<TargetLocation> |
targetLocations()
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
List<Map<String,List<String>>> |
targetMaps()
A key-value mapping of document parameters to target resources.
|
String |
targetParameterName()
The name of the parameter used as the target resource for the rate-controlled execution.
|
List<Target> |
targets()
A key-value mapping to target resources.
|
StartAutomationExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String documentName()
The name of the Automation document to use for this execution.
public String documentVersion()
The version of the Automation document to use for this execution.
public boolean hasParameters()
public Map<String,List<String>> parameters()
A key-value map of execution parameters, which match the declared parameters in the Automation document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameters()
to see if a value was sent in this field.
public String clientToken()
User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
public ExecutionMode mode()
The execution mode of the automation. Valid modes include the following: Auto and Interactive. The default mode is Auto.
If the service returns an enum value that is not available in the current SDK version, mode
will return
ExecutionMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
ExecutionMode
public String modeAsString()
The execution mode of the automation. Valid modes include the following: Auto and Interactive. The default mode is Auto.
If the service returns an enum value that is not available in the current SDK version, mode
will return
ExecutionMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
ExecutionMode
public String targetParameterName()
The name of the parameter used as the target resource for the rate-controlled execution. Required if you specify targets.
public boolean hasTargets()
public List<Target> targets()
A key-value mapping to target resources. Required if you specify TargetParameterName.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargets()
to see if a value was sent in this field.
public boolean hasTargetMaps()
public List<Map<String,List<String>>> targetMaps()
A key-value mapping of document parameters to target resources. Both Targets and TargetMaps cannot be specified together.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargetMaps()
to see if a value was sent in this field.
public String maxConcurrency()
The maximum number of targets allowed to run this task in parallel. You can specify a number, such as 10, or a percentage, such as 10%. The default value is 10.
public String maxErrors()
The number of errors that are allowed before the system stops running the automation on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops running the automation when the fourth error is received. If you specify 0, then the system stops running the automation on additional targets after the first error result is returned. If you run an automation on 50 resources and set max-errors to 10%, then the system stops running the automation on additional targets when the sixth error is received.
Executions that are already running an automation when max-errors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one at a time.
Executions that are already running an automation when max-errors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one at a time.
public boolean hasTargetLocations()
public List<TargetLocation> targetLocations()
A location is a combination of AWS Regions and/or AWS accounts where you want to run the Automation. Use this action to start an Automation in multiple Regions and multiple accounts. For more information, see Running Automation workflows in multiple AWS Regions and accounts in the AWS Systems Manager User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargetLocations()
to see if a value was sent in this field.
public boolean hasTags()
public List<Tag> tags()
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key name/value pairs:
Key=environment,Value=test
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags()
to see if a value was sent in this field.
Key=environment,Value=test
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource action.
public StartAutomationExecutionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
toBuilder
in class SsmRequest
public static StartAutomationExecutionRequest.Builder builder()
public static Class<? extends StartAutomationExecutionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.