public static interface StartTaskExecutionRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartTaskExecutionRequest.Builder |
excludes(Collection<FilterRule> excludes)
A list of filter rules that determines which files to exclude from a task.
|
StartTaskExecutionRequest.Builder |
excludes(Consumer<FilterRule.Builder>... excludes)
A list of filter rules that determines which files to exclude from a task.
|
StartTaskExecutionRequest.Builder |
excludes(FilterRule... excludes)
A list of filter rules that determines which files to exclude from a task.
|
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 method that creates an instance of the
FilterRule.Builder avoiding the need to create one
manually via FilterRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #includes(List.
includes - a consumer that will call methods on
FilterRule.Builder#includes(java.util.Collection) StartTaskExecutionRequest.Builder excludes(Collection<FilterRule> excludes)
A list of filter rules that determines which files to exclude from a task. The list contains a single filter
string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example, "/folder1|/folder2".
excludes - A list of filter rules that determines which files to exclude from a task. The list contains a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a
pipe), for example, "/folder1|/folder2".StartTaskExecutionRequest.Builder excludes(FilterRule... excludes)
A list of filter rules that determines which files to exclude from a task. The list contains a single filter
string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example, "/folder1|/folder2".
excludes - A list of filter rules that determines which files to exclude from a task. The list contains a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a
pipe), for example, "/folder1|/folder2".StartTaskExecutionRequest.Builder excludes(Consumer<FilterRule.Builder>... excludes)
A list of filter rules that determines which files to exclude from a task. The list contains a single filter
string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example, "/folder1|/folder2".
FilterRule.Builder avoiding the need to create one
manually via FilterRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #excludes(List.
excludes - a consumer that will call methods on
FilterRule.Builder#excludes(java.util.Collection) StartTaskExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTaskExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.