@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTaskRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateTaskRequest.Builder,UpdateTaskRequest>
UpdateTaskResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTaskRequest.Builder |
builder() |
String |
cloudWatchLogGroupArn()
The Amazon Resource Name (ARN) of the resource name of the CloudWatch LogGroup.
|
boolean |
equals(Object obj) |
List<FilterRule> |
excludes()
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the task to update.
|
Options |
options()
Returns the value of the Options property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTaskRequest.Builder> |
serializableBuilderClass() |
String |
taskArn()
The Amazon Resource Name (ARN) of the resource name of the task to update.
|
UpdateTaskRequest.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 resource name of the task to update.
public Options options()
public List<FilterRule> excludes()
A filter that determines which files to exclude from a task based on the specified pattern in the filter. Transfers all files in the task’s subdirectory, except files that match the filter that is set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
A filter that determines which files to exclude from a task based on the specified pattern in the filter. Transfers all files in the task’s subdirectory, except files that match the filter that is set.
public String name()
The name of the task to update.
public String cloudWatchLogGroupArn()
The Amazon Resource Name (ARN) of the resource name of the CloudWatch LogGroup.
public UpdateTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTaskRequest.Builder,UpdateTaskRequest>toBuilder in class DataSyncRequestpublic static UpdateTaskRequest.Builder builder()
public static Class<? extends UpdateTaskRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.