| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTaskResponse.Builder |
DescribeTaskResponse.builder() |
DescribeTaskResponse.Builder |
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 |
DescribeTaskResponse.Builder.creationTime(Instant creationTime)
The time that the task was created.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.currentTaskExecutionArn(String currentTaskExecutionArn)
The Amazon Resource Name (ARN) of the task execution that is syncing files.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.destinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.destinationNetworkInterfaceArns(Collection<String> destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the destination elastic network interfaces (ENIs) that were created for
your subnet.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.destinationNetworkInterfaceArns(String... destinationNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the destination elastic network interfaces (ENIs) that were created for
your subnet.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.errorCode(String errorCode)
Errors that DataSync encountered during execution of the task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.errorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.excludes(Collection<FilterRule> excludes)
A list of filter rules that determines which files to exclude from a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.excludes(Consumer<FilterRule.Builder>... excludes)
A list of filter rules that determines which files to exclude from a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.excludes(FilterRule... excludes)
A list of filter rules that determines which files to exclude from a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.includes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.includes(Consumer<FilterRule.Builder>... includes)
A list of filter rules that determines which files to include when running a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.includes(FilterRule... includes)
A list of filter rules that determines which files to include when running a task.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.name(String name)
The name of the task that was described.
|
default DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.options(Consumer<Options.Builder> options)
The set of configuration options that control the behavior of a single execution of the task that occurs when
you call
StartTaskExecution. |
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.options(Options options)
The set of configuration options that control the behavior of a single execution of the task that occurs when
you call
StartTaskExecution. |
default DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.schedule(Consumer<TaskSchedule.Builder> schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.schedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.sourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source file system's location.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.sourceNetworkInterfaceArns(Collection<String> sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the source elastic network interfaces (ENIs) that were created for your
subnet.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.sourceNetworkInterfaceArns(String... sourceNetworkInterfaceArns)
The Amazon Resource Names (ARNs) of the source elastic network interfaces (ENIs) that were created for your
subnet.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.status(String status)
The status of the task that was described.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.status(TaskStatus status)
The status of the task that was described.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that was described.
|
DescribeTaskResponse.Builder |
DescribeTaskResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTaskResponse.Builder> |
DescribeTaskResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.