@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataRepositoryTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDataRepositoryTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDataRepositoryTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getFileSystemId() |
List<String> |
getPaths()
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
|
CompletionReport |
getReport()
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
List<Tag> |
getTags() |
String |
getType()
Specifies the type of data repository task to create.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setFileSystemId(String fileSystemId) |
void |
setPaths(Collection<String> paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
|
void |
setReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
void |
setTags(Collection<Tag> tags) |
void |
setType(String type)
Specifies the type of data repository task to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataRepositoryTaskRequest |
withClientRequestToken(String clientRequestToken) |
CreateDataRepositoryTaskRequest |
withFileSystemId(String fileSystemId) |
CreateDataRepositoryTaskRequest |
withPaths(Collection<String> paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
|
CreateDataRepositoryTaskRequest |
withPaths(String... paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
|
CreateDataRepositoryTaskRequest |
withReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
CreateDataRepositoryTaskRequest |
withTags(Collection<Tag> tags) |
CreateDataRepositoryTaskRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateDataRepositoryTaskRequest |
withType(DataRepositoryTaskType type)
Specifies the type of data repository task to create.
|
CreateDataRepositoryTaskRequest |
withType(String type)
Specifies the type of data repository task to create.
|
addHandlerContext, 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 setType(String type)
Specifies the type of data repository task to create.
type - Specifies the type of data repository task to create.DataRepositoryTaskTypepublic String getType()
Specifies the type of data repository task to create.
DataRepositoryTaskTypepublic CreateDataRepositoryTaskRequest withType(String type)
Specifies the type of data repository task to create.
type - Specifies the type of data repository task to create.DataRepositoryTaskTypepublic CreateDataRepositoryTaskRequest withType(DataRepositoryTaskType type)
Specifies the type of data repository task to create.
type - Specifies the type of data repository task to create.DataRepositoryTaskTypepublic List<String> getPaths()
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory.
public void setPaths(Collection<String> paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory.
paths - (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is
processed. The default path is the file system root directory.public CreateDataRepositoryTaskRequest withPaths(String... paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory.
NOTE: This method appends the values to the existing list (if any). Use
setPaths(java.util.Collection) or withPaths(java.util.Collection) if you want to override the
existing values.
paths - (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is
processed. The default path is the file system root directory.public CreateDataRepositoryTaskRequest withPaths(Collection<String> paths)
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory.
paths - (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is
processed. The default path is the file system root directory.public void setFileSystemId(String fileSystemId)
fileSystemId - public String getFileSystemId()
public CreateDataRepositoryTaskRequest withFileSystemId(String fileSystemId)
fileSystemId - public void setReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport
provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the
Scope parameter.
report - Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A
CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria
specified by the Scope parameter.public CompletionReport getReport()
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport
provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the
Scope parameter.
Scope parameter.public CreateDataRepositoryTaskRequest withReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport
provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the
Scope parameter.
report - Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A
CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria
specified by the Scope parameter.public void setClientRequestToken(String clientRequestToken)
clientRequestToken - public String getClientRequestToken()
public CreateDataRepositoryTaskRequest withClientRequestToken(String clientRequestToken)
clientRequestToken - public void setTags(Collection<Tag> tags)
tags - public CreateDataRepositoryTaskRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - public CreateDataRepositoryTaskRequest withTags(Collection<Tag> tags)
tags - public String toString()
toString in class ObjectObject.toString()public CreateDataRepositoryTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.