@Generated(value="software.amazon.awssdk:codegen") public final class StartTaskExecutionRequest extends DataSyncRequest implements ToCopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>
StartTaskExecutionRequest
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTaskExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTaskExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<FilterRule> |
includes()
|
Options |
overrideOptions()
Returns the value of the OverrideOptions property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTaskExecutionRequest.Builder> |
serializableBuilderClass() |
String |
taskArn()
The Amazon Resource Name (ARN) of the task to start.
|
StartTaskExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String taskArn()
The Amazon Resource Name (ARN) of the task to start.
public Options overrideOptions()
public List<FilterRule> includes()
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
public StartTaskExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>toBuilder in class DataSyncRequestpublic static StartTaskExecutionRequest.Builder builder()
public static Class<? extends StartTaskExecutionRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.