public static interface StartTaskExecutionRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartTaskExecutionRequest.Builder |
includes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest.Builder |
includes(Consumer<FilterRule.Builder>... includes)
A list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest.Builder |
includes(FilterRule... includes)
A list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartTaskExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartTaskExecutionRequest.Builder |
overrideOptions(Consumer<Options.Builder> overrideOptions)
Sets the value of the OverrideOptions property for this object.
|
StartTaskExecutionRequest.Builder |
overrideOptions(Options overrideOptions)
Sets the value of the OverrideOptions property for this object.
|
StartTaskExecutionRequest.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTaskExecutionRequest.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
taskArn - The Amazon Resource Name (ARN) of the task to start.StartTaskExecutionRequest.Builder overrideOptions(Options overrideOptions)
overrideOptions - The new value for the OverrideOptions property for this object.default StartTaskExecutionRequest.Builder overrideOptions(Consumer<Options.Builder> overrideOptions)
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 overrideOptions(Options).overrideOptions - a consumer that will call methods on Options.BuilderoverrideOptions(Options)StartTaskExecutionRequest.Builder includes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain
a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is,
a pipe). For example: "/folder1|/folder2"
includes - A list of filter rules that determines which files to include when running a task. The pattern should
contain a single filter string that consists of the patterns to include. The patterns are delimited by
"|" (that is, a pipe). For example: "/folder1|/folder2"
StartTaskExecutionRequest.Builder includes(FilterRule... includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain
a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is,
a pipe). For example: "/folder1|/folder2"
includes - A list of filter rules that determines which files to include when running a task. The pattern should
contain a single filter string that consists of the patterns to include. The patterns are delimited by
"|" (that is, a pipe). For example: "/folder1|/folder2"
StartTaskExecutionRequest.Builder includes(Consumer<FilterRule.Builder>... includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain
a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is,
a pipe). For example: "/folder1|/folder2"
This is a convenience that creates an instance of the
List.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 #includes(List) .includes - a consumer that will call methods on List.Builder #includes(List) StartTaskExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTaskExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.