| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileCacheResponse |
FSxClient.createFileCache(Consumer<CreateFileCacheRequest.Builder> createFileCacheRequest)
Creates a new Amazon File Cache resource.
|
default CompletableFuture<CreateFileCacheResponse> |
FSxAsyncClient.createFileCache(Consumer<CreateFileCacheRequest.Builder> createFileCacheRequest)
Creates a new Amazon File Cache resource.
|
| Modifier and Type | Method and Description |
|---|---|
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(FileCacheType fileCacheType)
The type of cache that you're creating, which must be
LUSTRE. |
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.fileCacheType(String 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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.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.storageCapacity(Integer storageCapacity)
The storage capacity of the cache in gibibytes (GiB).
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.subnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object.
|
CreateFileCacheRequest.Builder |
CreateFileCacheRequest.Builder.subnetIds(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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFileCacheRequest.Builder> |
CreateFileCacheRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.