public static interface DescribeTaskResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeTaskResponse.Builder,DescribeTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskResponse.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in
the task.
|
DescribeTaskResponse.Builder |
creationTime(Instant creationTime)
The time that the task was created.
|
DescribeTaskResponse.Builder |
currentTaskExecutionArn(String currentTaskExecutionArn)
The Amazon Resource Name (ARN) of the task execution that is transferring files.
|
DescribeTaskResponse.Builder |
destinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
|
DescribeTaskResponse.Builder |
destinationNetworkInterfaceArns(Collection<String> destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location.
|
DescribeTaskResponse.Builder |
destinationNetworkInterfaceArns(String... destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location.
|
DescribeTaskResponse.Builder |
errorCode(String errorCode)
Errors that DataSync encountered during execution of the task.
|
DescribeTaskResponse.Builder |
errorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution.
|
DescribeTaskResponse.Builder |
excludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer.
|
DescribeTaskResponse.Builder |
excludes(Consumer<FilterRule.Builder>... excludes)
A list of filter rules that exclude specific data during your transfer.
|
DescribeTaskResponse.Builder |
excludes(FilterRule... excludes)
A list of filter rules that exclude specific data during your transfer.
|
DescribeTaskResponse.Builder |
includes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer.
|
DescribeTaskResponse.Builder |
includes(Consumer<FilterRule.Builder>... includes)
A list of filter rules that include specific data during your transfer.
|
DescribeTaskResponse.Builder |
includes(FilterRule... includes)
A list of filter rules that include specific data during your transfer.
|
DescribeTaskResponse.Builder |
name(String name)
The name of the task that was described.
|
default DescribeTaskResponse.Builder |
options(Consumer<Options.Builder> options)
The configuration options that control the behavior of the
StartTaskExecution operation. |
DescribeTaskResponse.Builder |
options(Options options)
The configuration options that control the behavior of the
StartTaskExecution operation. |
default DescribeTaskResponse.Builder |
schedule(Consumer<TaskSchedule.Builder> schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResponse.Builder |
schedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResponse.Builder |
sourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source file system's location.
|
DescribeTaskResponse.Builder |
sourceNetworkInterfaceArns(Collection<String> sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your source location.
|
DescribeTaskResponse.Builder |
sourceNetworkInterfaceArns(String... sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your source location.
|
DescribeTaskResponse.Builder |
status(String status)
The status of the task that was described.
|
DescribeTaskResponse.Builder |
status(TaskStatus status)
The status of the task that was described.
|
DescribeTaskResponse.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that was described.
|
default DescribeTaskResponse.Builder |
taskReportConfig(Consumer<TaskReportConfig.Builder> taskReportConfig)
The configuration of your task report.
|
DescribeTaskResponse.Builder |
taskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTaskResponse.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that was described.
taskArn - The Amazon Resource Name (ARN) of the task that was described.DescribeTaskResponse.Builder status(String status)
The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
status - The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
TaskStatus,
TaskStatusDescribeTaskResponse.Builder status(TaskStatus status)
The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
status - The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
TaskStatus,
TaskStatusDescribeTaskResponse.Builder name(String name)
The name of the task that was described.
name - The name of the task that was described.DescribeTaskResponse.Builder currentTaskExecutionArn(String currentTaskExecutionArn)
The Amazon Resource Name (ARN) of the task execution that is transferring files.
currentTaskExecutionArn - The Amazon Resource Name (ARN) of the task execution that is transferring files.DescribeTaskResponse.Builder sourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source file system's location.
sourceLocationArn - The Amazon Resource Name (ARN) of the source file system's location.DescribeTaskResponse.Builder destinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
destinationLocationArn - The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.DescribeTaskResponse.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.
For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log
events in the task.
For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
DescribeTaskResponse.Builder sourceNetworkInterfaceArns(Collection<String> sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
sourceNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more
information, see Network interface requirements.DescribeTaskResponse.Builder sourceNetworkInterfaceArns(String... sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
sourceNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more
information, see Network interface requirements.DescribeTaskResponse.Builder destinationNetworkInterfaceArns(Collection<String> destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
destinationNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For
more information, see Network interface requirements.DescribeTaskResponse.Builder destinationNetworkInterfaceArns(String... destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
destinationNetworkInterfaceArns - The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For
more information, see Network interface requirements.DescribeTaskResponse.Builder options(Options options)
The configuration options that control the behavior of the StartTaskExecution operation. Some
options include preserving file or object metadata and verifying data integrity.
You can override these options for each task execution. For more information, see StartTaskExecution.
options - The configuration options that control the behavior of the StartTaskExecution operation.
Some options include preserving file or object metadata and verifying data integrity.
You can override these options for each task execution. For more information, see StartTaskExecution.
default DescribeTaskResponse.Builder options(Consumer<Options.Builder> options)
The configuration options that control the behavior of the StartTaskExecution operation. Some
options include preserving file or object metadata and verifying data integrity.
You can override these options for each task execution. For more information, see StartTaskExecution.
This is a convenience method that creates an instance of theOptions.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)DescribeTaskResponse.Builder excludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
excludes - A list of filter rules that exclude specific data during your transfer. For more information and
examples, see Filtering
data transferred by DataSync.DescribeTaskResponse.Builder excludes(FilterRule... excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
excludes - A list of filter rules that exclude specific data during your transfer. For more information and
examples, see Filtering
data transferred by DataSync.DescribeTaskResponse.Builder excludes(Consumer<FilterRule.Builder>... excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
This is a convenience method that creates an instance of theFilterRule.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) DescribeTaskResponse.Builder schedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
schedule - The schedule used to periodically transfer files from a source to a destination location.default DescribeTaskResponse.Builder schedule(Consumer<TaskSchedule.Builder> schedule)
The schedule used to periodically transfer files from a source to a destination location.
This is a convenience method that creates an instance of theTaskSchedule.Builder avoiding the need
to create one manually via TaskSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to schedule(TaskSchedule).
schedule - a consumer that will call methods on TaskSchedule.Builderschedule(TaskSchedule)DescribeTaskResponse.Builder errorCode(String errorCode)
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
errorCode - Errors that DataSync encountered during execution of the task. You can use this error code to help
troubleshoot issues.DescribeTaskResponse.Builder errorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
errorDetail - Detailed description of an error that was encountered during the task execution. You can use this
information to help troubleshoot issues.DescribeTaskResponse.Builder creationTime(Instant creationTime)
The time that the task was created.
creationTime - The time that the task was created.DescribeTaskResponse.Builder includes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
includes - A list of filter rules that include specific data during your transfer. For more information and
examples, see Filtering
data transferred by DataSync.DescribeTaskResponse.Builder includes(FilterRule... includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
includes - A list of filter rules that include specific data during your transfer. For more information and
examples, see Filtering
data transferred by DataSync.DescribeTaskResponse.Builder includes(Consumer<FilterRule.Builder>... includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
This is a convenience method that creates an instance of theFilterRule.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) DescribeTaskResponse.Builder taskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report. For more information, see Creating a task report.
taskReportConfig - The configuration of your task report. For more information, see Creating a task report.default DescribeTaskResponse.Builder taskReportConfig(Consumer<TaskReportConfig.Builder> taskReportConfig)
The configuration of your task report. For more information, see Creating a task report.
This is a convenience method that creates an instance of theTaskReportConfig.Builder avoiding the
need to create one manually via TaskReportConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to taskReportConfig(TaskReportConfig).
taskReportConfig - a consumer that will call methods on TaskReportConfig.BuildertaskReportConfig(TaskReportConfig)Copyright © 2023. All rights reserved.