public static interface UpdateTaskRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateTaskRequest.Builder,UpdateTaskRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateTaskRequest.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the resource name of the task to update.
taskArn - The Amazon Resource Name (ARN) of the resource name of the task to update.UpdateTaskRequest.Builder options(Options options)
options - The new value for the Options property for this object.default UpdateTaskRequest.Builder options(Consumer<Options.Builder> options)
Options.Builder avoiding the need to create one
manually via Options.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to options(Options).options - a consumer that will call methods on Options.Builderoptions(Options)UpdateTaskRequest.Builder excludes(Collection<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.
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.
UpdateTaskRequest.Builder excludes(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.
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.
UpdateTaskRequest.Builder excludes(Consumer<FilterRule.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #excludes(List) .excludes - a consumer that will call methods on List.Builder #excludes(List) UpdateTaskRequest.Builder name(String name)
The name of the task to update.
name - The name of the task to update.UpdateTaskRequest.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the resource name of the CloudWatch LogGroup.
cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the resource name of the CloudWatch LogGroup.UpdateTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.