@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, withSdkRequestTimeout
public void setType(String type)
Specifies the type of data repository task to create.
type
- Specifies the type of data repository task to create.DataRepositoryTaskType
public String getType()
Specifies the type of data repository task to create.
DataRepositoryTaskType
public CreateDataRepositoryTaskRequest withType(String type)
Specifies the type of data repository task to create.
type
- Specifies the type of data repository task to create.DataRepositoryTaskType
public CreateDataRepositoryTaskRequest withType(DataRepositoryTaskType type)
Specifies the type of data repository task to create.
type
- Specifies the type of data repository task to create.DataRepositoryTaskType
public 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. The paths you provide need to be relative to the mount point of
the file system. If the mount point is /mnt/fsx
and /mnt/fsx/path1
is a directory or
file on the file system you want to export, then the path to provide is path1
. If a path that you
provide isn't valid, the task fails.
/mnt/fsx
and
/mnt/fsx/path1
is a directory or file on the file system you want to export, then the path
to provide is path1
. If a path that you provide isn't valid, the task fails.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. The paths you provide need to be relative to the mount point of
the file system. If the mount point is /mnt/fsx
and /mnt/fsx/path1
is a directory or
file on the file system you want to export, then the path to provide is path1
. If a path that you
provide isn't valid, the task fails.
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. The paths you provide need to be relative
to the mount point of the file system. If the mount point is /mnt/fsx
and
/mnt/fsx/path1
is a directory or file on the file system you want to export, then the path to
provide is path1
. If a path that you provide isn't valid, the task fails.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. The paths you provide need to be relative to the mount point of
the file system. If the mount point is /mnt/fsx
and /mnt/fsx/path1
is a directory or
file on the file system you want to export, then the path to provide is path1
. If a path that you
provide isn't valid, the task fails.
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. The paths you provide need to be relative
to the mount point of the file system. If the mount point is /mnt/fsx
and
/mnt/fsx/path1
is a directory or file on the file system you want to export, then the path to
provide is path1
. If a path that you provide isn't valid, the task fails.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. The paths you provide need to be relative to the mount point of
the file system. If the mount point is /mnt/fsx
and /mnt/fsx/path1
is a directory or
file on the file system you want to export, then the path to provide is path1
. If a path that you
provide isn't valid, the task fails.
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. The paths you provide need to be relative
to the mount point of the file system. If the mount point is /mnt/fsx
and
/mnt/fsx/path1
is a directory or file on the file system you want to export, then the path to
provide is path1
. If a path that you provide isn't valid, the task fails.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. For more information, see Working with Task
Completion Reports.
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. For more information, see Working with Task
Completion Reports.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. For more information, see Working with Task
Completion Reports.
Scope
parameter. For more information, see Working with Task
Completion Reports.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. For more information, see Working with Task
Completion Reports.
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. For more information, see Working with Task
Completion Reports.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 Object
Object.toString()
public CreateDataRepositoryTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()