Interface ConnectorFileTransferResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorFileTransferResult.Builder,
,ConnectorFileTransferResult> SdkBuilder<ConnectorFileTransferResult.Builder,
,ConnectorFileTransferResult> SdkPojo
- Enclosing class:
ConnectorFileTransferResult
@Mutable
@NotThreadSafe
public static interface ConnectorFileTransferResult.Builder
extends SdkPojo, CopyableBuilder<ConnectorFileTransferResult.Builder,ConnectorFileTransferResult>
-
Method Summary
Modifier and TypeMethodDescriptionfailureCode
(String failureCode) For transfers that fail, this parameter contains a code indicating the reason.failureMessage
(String failureMessage) For transfers that fail, this parameter describes the reason for the failure.The filename and path to where the file was sent to or retrieved from.statusCode
(String statusCode) The current status for the transfer.statusCode
(TransferTableStatus statusCode) The current status for the transfer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filePath
The filename and path to where the file was sent to or retrieved from.
- Parameters:
filePath
- The filename and path to where the file was sent to or retrieved from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The current status for the transfer.
- Parameters:
statusCode
- The current status for the transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The current status for the transfer.
- Parameters:
statusCode
- The current status for the transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureCode
For transfers that fail, this parameter contains a code indicating the reason. For example,
RETRIEVE_FILE_NOT_FOUND
- Parameters:
failureCode
- For transfers that fail, this parameter contains a code indicating the reason. For example,RETRIEVE_FILE_NOT_FOUND
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
For transfers that fail, this parameter describes the reason for the failure.
- Parameters:
failureMessage
- For transfers that fail, this parameter describes the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-