@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFileTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartFileTransferRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartFileTransferRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorId()
The unique identifier for the connector.
|
List<String> |
getSendFilePaths()
An array of strings.
|
int |
hashCode() |
void |
setConnectorId(String connectorId)
The unique identifier for the connector.
|
void |
setSendFilePaths(Collection<String> sendFilePaths)
An array of strings.
|
String |
toString()
Returns a string representation of this object.
|
StartFileTransferRequest |
withConnectorId(String connectorId)
The unique identifier for the connector.
|
StartFileTransferRequest |
withSendFilePaths(Collection<String> sendFilePaths)
An array of strings.
|
StartFileTransferRequest |
withSendFilePaths(String... sendFilePaths)
An array of strings.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConnectorId(String connectorId)
The unique identifier for the connector.
connectorId - The unique identifier for the connector.public String getConnectorId()
The unique identifier for the connector.
public StartFileTransferRequest withConnectorId(String connectorId)
The unique identifier for the connector.
connectorId - The unique identifier for the connector.public List<String> getSendFilePaths()
An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .
DOC-EXAMPLE-BUCKET/myfile.txt .public void setSendFilePaths(Collection<String> sendFilePaths)
An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .
sendFilePaths - An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .public StartFileTransferRequest withSendFilePaths(String... sendFilePaths)
An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .
NOTE: This method appends the values to the existing list (if any). Use
setSendFilePaths(java.util.Collection) or withSendFilePaths(java.util.Collection) if you want
to override the existing values.
sendFilePaths - An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .public StartFileTransferRequest withSendFilePaths(Collection<String> sendFilePaths)
An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .
sendFilePaths - An array of strings. Each string represents the absolute path for one outbound file transfer. For example,
DOC-EXAMPLE-BUCKET/myfile.txt .public String toString()
toString in class ObjectObject.toString()public StartFileTransferRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.