@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) | 
| Long | getCapacityToRelease()
 Specifies the amount of data to release, in GiB, by an Amazon File Cache  AUTO_RELEASE_DATAtask that
 automatically releases files from the cache. | 
| String | getClientRequestToken() | 
| String | getFileSystemId() | 
| List<String> | getPaths()
 A list of paths for the data repository task to use when the task is processed. | 
| ReleaseConfiguration | getReleaseConfiguration()
 The configuration that specifies the last accessed time criteria for files that will be released from an Amazon
 FSx for Lustre file system. | 
| 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 | setCapacityToRelease(Long capacityToRelease)
 Specifies the amount of data to release, in GiB, by an Amazon File Cache  AUTO_RELEASE_DATAtask that
 automatically releases files from the cache. | 
| void | setClientRequestToken(String clientRequestToken) | 
| void | setFileSystemId(String fileSystemId) | 
| void | setPaths(Collection<String> paths)
 A list of paths for the data repository task to use when the task is processed. | 
| void | setReleaseConfiguration(ReleaseConfiguration releaseConfiguration)
 The configuration that specifies the last accessed time criteria for files that will be released from an Amazon
 FSx for Lustre file system. | 
| 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 | withCapacityToRelease(Long capacityToRelease)
 Specifies the amount of data to release, in GiB, by an Amazon File Cache  AUTO_RELEASE_DATAtask that
 automatically releases files from the cache. | 
| CreateDataRepositoryTaskRequest | withClientRequestToken(String clientRequestToken) | 
| CreateDataRepositoryTaskRequest | withFileSystemId(String fileSystemId) | 
| CreateDataRepositoryTaskRequest | withPaths(Collection<String> paths)
 A list of paths for the data repository task to use when the task is processed. | 
| CreateDataRepositoryTaskRequest | withPaths(String... paths)
 A list of paths for the data repository task to use when the task is processed. | 
| CreateDataRepositoryTaskRequest | withReleaseConfiguration(ReleaseConfiguration releaseConfiguration)
 The configuration that specifies the last accessed time criteria for files that will be released from an Amazon
 FSx for Lustre file system. | 
| 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.
 EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data
 repository.
 
 IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon
 FSx for Lustre file system.
 
 RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system that have
 been exported to a linked S3 bucket and that meet your specified release criteria.
 
 AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
 
type - Specifies the type of data repository task to create.
        
        EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked
        data repository.
        
        IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your
        Amazon FSx for Lustre file system.
        
        RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system
        that have been exported to a linked S3 bucket and that meet your specified release criteria.
        
        AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
        
DataRepositoryTaskTypepublic String getType()
Specifies the type of data repository task to create.
 EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data
 repository.
 
 IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon
 FSx for Lustre file system.
 
 RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system that have
 been exported to a linked S3 bucket and that meet your specified release criteria.
 
 AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
 
         EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked
         data repository.
         
         IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to
         your Amazon FSx for Lustre file system.
         
         RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system
         that have been exported to a linked S3 bucket and that meet your specified release criteria.
         
         AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
         
DataRepositoryTaskTypepublic CreateDataRepositoryTaskRequest withType(String type)
Specifies the type of data repository task to create.
 EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data
 repository.
 
 IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon
 FSx for Lustre file system.
 
 RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system that have
 been exported to a linked S3 bucket and that meet your specified release criteria.
 
 AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
 
type - Specifies the type of data repository task to create.
        
        EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked
        data repository.
        
        IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your
        Amazon FSx for Lustre file system.
        
        RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system
        that have been exported to a linked S3 bucket and that meet your specified release criteria.
        
        AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
        
DataRepositoryTaskTypepublic CreateDataRepositoryTaskRequest withType(DataRepositoryTaskType type)
Specifies the type of data repository task to create.
 EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data
 repository.
 
 IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon
 FSx for Lustre file system.
 
 RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system that have
 been exported to a linked S3 bucket and that meet your specified release criteria.
 
 AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
 
type - Specifies the type of data repository task to create.
        
        EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked
        data repository.
        
        IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your
        Amazon FSx for Lustre file system.
        
        RELEASE_DATA_FROM_FILESYSTEM tasks release files in your Amazon FSx for Lustre file system
        that have been exported to a linked S3 bucket and that meet your specified release criteria.
        
        AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
        
DataRepositoryTaskTypepublic List<String> getPaths()
A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).
 For export tasks, the list contains paths on the FSx for Lustre file system from which the files are exported to
 the Amazon S3 bucket. 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.
 
 For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported
 to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
 s3://myBucket/myPrefix (where myPrefix is optional).
 
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
         For export tasks, the list contains paths on the FSx for Lustre file system from which the files are
         exported to the Amazon S3 bucket. 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.
         
         For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are
         imported to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
         s3://myBucket/myPrefix (where myPrefix is optional).
         
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
public void setPaths(Collection<String> paths)
A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).
 For export tasks, the list contains paths on the FSx for Lustre file system from which the files are exported to
 the Amazon S3 bucket. 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.
 
 For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported
 to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
 s3://myBucket/myPrefix (where myPrefix is optional).
 
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
paths - A list of paths for the data repository task to use when the task is processed. If a path that you provide
        isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3
        (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet
        the last accessed time criteria (for release tasks).
        
        For export tasks, the list contains paths on the FSx for Lustre file system from which the files are
        exported to the Amazon S3 bucket. 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.
        
        For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are
        imported to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
        s3://myBucket/myPrefix (where myPrefix is optional).
        
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
public CreateDataRepositoryTaskRequest withPaths(String... paths)
A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).
 For export tasks, the list contains paths on the FSx for Lustre file system from which the files are exported to
 the Amazon S3 bucket. 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.
 
 For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported
 to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
 s3://myBucket/myPrefix (where myPrefix is optional).
 
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
 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 - A list of paths for the data repository task to use when the task is processed. If a path that you provide
        isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3
        (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet
        the last accessed time criteria (for release tasks).
        
        For export tasks, the list contains paths on the FSx for Lustre file system from which the files are
        exported to the Amazon S3 bucket. 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.
        
        For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are
        imported to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
        s3://myBucket/myPrefix (where myPrefix is optional).
        
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
public CreateDataRepositoryTaskRequest withPaths(Collection<String> paths)
A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).
 For export tasks, the list contains paths on the FSx for Lustre file system from which the files are exported to
 the Amazon S3 bucket. 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.
 
 For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported
 to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
 s3://myBucket/myPrefix (where myPrefix is optional).
 
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
paths - A list of paths for the data repository task to use when the task is processed. If a path that you provide
        isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3
        (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet
        the last accessed time criteria (for release tasks).
        
        For export tasks, the list contains paths on the FSx for Lustre file system from which the files are
        exported to the Amazon S3 bucket. 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.
        
        For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are
        imported to the FSx for Lustre file system. The path can be an S3 bucket or prefix in the format
        s3://myBucket/myPrefix (where myPrefix is optional).
        
For release tasks, the list contains directory or file paths on the FSx for Lustre file system from which to release exported files. If a directory is specified, files within the directory are released. If a file path is specified, only that file is released. To release all exported files in the file system, specify a forward slash (/) as the path.
A file must also meet the last accessed time criteria specified in for the file to be released.
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 void setCapacityToRelease(Long capacityToRelease)
 Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that
 automatically releases files from the cache.
 
capacityToRelease - Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA
        task that automatically releases files from the cache.public Long getCapacityToRelease()
 Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that
 automatically releases files from the cache.
 
AUTO_RELEASE_DATA
         task that automatically releases files from the cache.public CreateDataRepositoryTaskRequest withCapacityToRelease(Long capacityToRelease)
 Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that
 automatically releases files from the cache.
 
capacityToRelease - Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA
        task that automatically releases files from the cache.public void setReleaseConfiguration(ReleaseConfiguration releaseConfiguration)
The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.
releaseConfiguration - The configuration that specifies the last accessed time criteria for files that will be released from an
        Amazon FSx for Lustre file system.public ReleaseConfiguration getReleaseConfiguration()
The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.
public CreateDataRepositoryTaskRequest withReleaseConfiguration(ReleaseConfiguration releaseConfiguration)
The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.
releaseConfiguration - The configuration that specifies the last accessed time criteria for files that will be released from an
        Amazon FSx for Lustre file system.public String toString()
toString in class ObjectObject.toString()public CreateDataRepositoryTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()