static CreateFileCacheRequest.Builder |
CreateFileCacheRequest.builder() |
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.clientRequestToken(String clientRequestToken) |
An idempotency token for resource creation, in a string of up to 63 ASCII characters.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.copyTagsToDataRepositoryAssociations(Boolean copyTagsToDataRepositoryAssociations) |
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.dataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation> dataRepositoryAssociations) |
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache
creation.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.dataRepositoryAssociations(Consumer<FileCacheDataRepositoryAssociation.Builder>... dataRepositoryAssociations) |
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache
creation.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.dataRepositoryAssociations(FileCacheDataRepositoryAssociation... dataRepositoryAssociations) |
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache
creation.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.fileCacheType(String fileCacheType) |
The type of cache that you're creating, which must be LUSTRE.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.fileCacheType(FileCacheType fileCacheType) |
The type of cache that you're creating, which must be LUSTRE.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.fileCacheTypeVersion(String fileCacheTypeVersion) |
Sets the Lustre version for the cache that you're creating, which must be 2.12.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.kmsKeyId(String kmsKeyId) |
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
default CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.lustreConfiguration(Consumer<CreateFileCacheLustreConfiguration.Builder> lustreConfiguration) |
The configuration for the Amazon File Cache resource being created.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.lustreConfiguration(CreateFileCacheLustreConfiguration lustreConfiguration) |
The configuration for the Amazon File Cache resource being created.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.securityGroupIds(String... securityGroupIds) |
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache
access.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache
access.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.storageCapacity(Integer storageCapacity) |
The storage capacity of the cache in gibibytes (GiB).
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.subnetIds(String... subnetIds) |
Sets the value of the SubnetIds property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.subnetIds(Collection<String> subnetIds) |
Sets the value of the SubnetIds property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.toBuilder() |
|