@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) |
boolean |
equalsBySdkFields(Object obj) |
List<FilterRule> |
excludes()
A list of filter rules that determines which files to exclude from a task.
|
<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 list of filter rules that determines which files to exclude from a task. The list should contain a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example: "/folder1|/folder2"
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
"/folder1|/folder2"
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.