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)
Specifies a list of filter rules that determines which files to exclude from a task.
|
StartTaskExecutionRequest.Builder |
excludes(Consumer<FilterRule.Builder>... excludes)
Specifies a list of filter rules that determines which files to exclude from a task.
|
StartTaskExecutionRequest.Builder |
excludes(FilterRule... excludes)
Specifies a list of filter rules that determines which files to exclude from a task.
|
StartTaskExecutionRequest.Builder |
includes(Collection<FilterRule> includes)
Specifies a list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest.Builder |
includes(Consumer<FilterRule.Builder>... includes)
Specifies a list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest.Builder |
includes(FilterRule... includes)
Specifies 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 |
tags(Collection<TagListEntry> tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
|
StartTaskExecutionRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
|
StartTaskExecutionRequest.Builder |
tags(TagListEntry... tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
|
StartTaskExecutionRequest.Builder |
taskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want to start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTaskExecutionRequest.Builder taskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want to start.
taskArn - Specifies the Amazon Resource Name (ARN) of the task that you want 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)
Specifies 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 - Specifies 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)
Specifies 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 - Specifies 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)
Specifies 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".
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)
Specifies 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 - Specifies 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)
Specifies 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 - Specifies 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)
Specifies 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 tags(Collection<TagListEntry> tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
tags - Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task
execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
StartTaskExecutionRequest.Builder tags(TagListEntry... tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
tags - Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task
execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
StartTaskExecutionRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) StartTaskExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTaskExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.