static CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.builder() |
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.capacityToRelease(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.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.clientRequestToken(String clientRequestToken) |
Sets the value of the ClientRequestToken property for this object.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.fileSystemId(String fileSystemId) |
Sets the value of the FileSystemId property for this object.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.paths(String... paths) |
A list of paths for the data repository task to use when the task is processed.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.paths(Collection<String> paths) |
A list of paths for the data repository task to use when the task is processed.
|
default CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.releaseConfiguration(Consumer<ReleaseConfiguration.Builder> 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.Builder |
CreateDataRepositoryTaskRequest.Builder.releaseConfiguration(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.
|
default CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.report(Consumer<CompletionReport.Builder> report) |
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.report(CompletionReport report) |
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.toBuilder() |
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.type(String type) |
Specifies the type of data repository task to create.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.type(DataRepositoryTaskType type) |
Specifies the type of data repository task to create.
|