@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTaskExecutionResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,DescribeTaskExecutionResponse>
DescribeTaskExecutionResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTaskExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTaskExecutionResponse.Builder |
builder() |
Long |
bytesCompressed()
The physical number of bytes transferred over the network after compression was applied.
|
Long |
bytesTransferred()
The total number of bytes that are involved in the transfer.
|
Long |
bytesWritten()
The number of logical bytes written to the destination location.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
estimatedBytesToTransfer()
The estimated physical number of bytes that will transfer over the network.
|
Long |
estimatedFilesToDelete()
The expected number of files, objects, and directories that DataSync will delete in your destination location.
|
Long |
estimatedFilesToTransfer()
The expected number of files, objects, and directories that DataSync will transfer over the network.
|
List<FilterRule> |
excludes()
A list of filter rules that exclude specific data during your transfer.
|
Long |
filesDeleted()
The number of files, objects, and directories that DataSync deleted in your destination location.
|
Long |
filesSkipped()
The number of files, objects, and directories that DataSync skipped during your transfer.
|
Long |
filesTransferred()
The actual number of files, objects, and directories that DataSync transferred over the network.
|
Long |
filesVerified()
The number of files, objects, and directories that DataSync verified during your transfer.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExcludes()
For responses, this returns true if the service returned a value for the Excludes property.
|
int |
hashCode() |
boolean |
hasIncludes()
For responses, this returns true if the service returned a value for the Includes property.
|
List<FilterRule> |
includes()
A list of filter rules that include specific data during your transfer.
|
Options |
options()
Returns the value of the Options property for this object.
|
ReportResult |
reportResult()
Indicates whether DataSync generated a complete task report for your transfer.
|
TaskExecutionResultDetail |
result()
The result of the task execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTaskExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when the task execution started.
|
TaskExecutionStatus |
status()
The status of the task execution.
|
String |
statusAsString()
The status of the task execution.
|
String |
taskExecutionArn()
The ARN of the task execution that you wanted information about.
|
TaskReportConfig |
taskReportConfig()
The configuration of your task report, which provides detailed information about for your DataSync transfer.
|
DescribeTaskExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String taskExecutionArn()
The ARN of the task execution that you wanted information about. TaskExecutionArn is hierarchical
and includes TaskArn for the task that was executed.
For example, a TaskExecution value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
TaskExecutionArn is
hierarchical and includes TaskArn for the task that was executed.
For example, a TaskExecution value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
public final TaskExecutionStatus status()
The status of the task execution.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TaskExecutionStatuspublic final String statusAsString()
The status of the task execution.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TaskExecutionStatuspublic final Options options()
public final boolean hasExcludes()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExcludes() method.
public final boolean hasIncludes()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIncludes() method.
public final Instant startTime()
The time when the task execution started.
public final Long estimatedFilesToTransfer()
The expected number of files, objects, and directories that DataSync will transfer over the network. This value
is calculated during the task execution's PREPARING phase before the TRANSFERRING
phase. The calculation is based on comparing the content of the source and destination locations and finding the
difference that needs to be transferred.
PREPARING phase before the
TRANSFERRING phase. The calculation is based on comparing the content of the source and
destination locations and finding the difference that needs to be transferred.public final Long estimatedBytesToTransfer()
The estimated physical number of bytes that will transfer over the network.
public final Long filesTransferred()
The actual number of files, objects, and directories that DataSync transferred over the network. This value is
updated periodically during the task execution's TRANSFERRING phase when something is read from the
source and sent over the network.
If DataSync fails to transfer something, this value can be less than EstimatedFilesToTransfer. In
some cases, this value can also be greater than EstimatedFilesToTransfer. This element is
implementation-specific for some location types, so don't use it as an exact indication of what transferred or to
monitor your task execution.
TRANSFERRING phase when something
is read from the source and sent over the network.
If DataSync fails to transfer something, this value can be less than
EstimatedFilesToTransfer. In some cases, this value can also be greater than
EstimatedFilesToTransfer. This element is implementation-specific for some location types,
so don't use it as an exact indication of what transferred or to monitor your task execution.
public final Long bytesWritten()
The number of logical bytes written to the destination location.
public final Long bytesTransferred()
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see
BytesCompressed.
BytesCompressed.public final TaskExecutionResultDetail result()
The result of the task execution.
public final Long bytesCompressed()
The physical number of bytes transferred over the network after compression was applied. In most cases, this
number is less than BytesTransferred unless the data isn't compressible.
BytesTransferred unless the data isn't compressible.public final TaskReportConfig taskReportConfig()
The configuration of your task report, which provides detailed information about for your DataSync transfer.
public final Long filesDeleted()
The number of files, objects, and directories that DataSync deleted in your destination location. If you don't configure your task to
delete data in the destination that isn't in the source, the value is always 0.
0.public final Long filesSkipped()
The number of files, objects, and directories that DataSync skipped during your transfer.
public final Long filesVerified()
The number of files, objects, and directories that DataSync verified during your transfer.
When you configure your task to verify only the data that's transferred, DataSync doesn't verify directories in some situations or files that fail to transfer.
When you configure your task to verify only the data that's transferred, DataSync doesn't verify directories in some situations or files that fail to transfer.
public final ReportResult reportResult()
Indicates whether DataSync generated a complete task report for your transfer.
public final Long estimatedFilesToDelete()
The expected number of files, objects, and directories that DataSync will delete in your destination location. If
you don't configure your
task to delete data in the destination that isn't in the source, the value is always 0.
0.public DescribeTaskExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,DescribeTaskExecutionResponse>toBuilder in class AwsResponsepublic static DescribeTaskExecutionResponse.Builder builder()
public static Class<? extends DescribeTaskExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.