| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static FileCacheCreating.Builder |
FileCacheCreating.builder() |
FileCacheCreating.Builder |
FileCacheCreating.Builder.copyTagsToDataRepositoryAssociations(Boolean copyTagsToDataRepositoryAssociations)
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.creationTime(Instant creationTime)
Sets the value of the CreationTime property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.dataRepositoryAssociationIds(Collection<String> dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.dataRepositoryAssociationIds(String... dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.dnsName(String dnsName)
The Domain Name System (DNS) name for the cache.
|
default FileCacheCreating.Builder |
FileCacheCreating.Builder.failureDetails(Consumer<FileCacheFailureDetails.Builder> failureDetails)
A structure providing details of any failures that occurred.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.failureDetails(FileCacheFailureDetails failureDetails)
A structure providing details of any failures that occurred.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.fileCacheId(String fileCacheId)
The system-generated, unique ID of the cache.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.fileCacheType(FileCacheType fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCacheCreating.Builder |
FileCacheCreating.Builder.fileCacheType(String fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCacheCreating.Builder |
FileCacheCreating.Builder.fileCacheTypeVersion(String fileCacheTypeVersion)
The Lustre version of the cache, which must be
2.12. |
FileCacheCreating.Builder |
FileCacheCreating.Builder.kmsKeyId(String kmsKeyId)
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.lifecycle(FileCacheLifecycle lifecycle)
The lifecycle status of the cache.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.lifecycle(String lifecycle)
The lifecycle status of the cache.
|
default FileCacheCreating.Builder |
FileCacheCreating.Builder.lustreConfiguration(Consumer<FileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.lustreConfiguration(FileCacheLustreConfiguration lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds)
Sets the value of the NetworkInterfaceIds property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.networkInterfaceIds(String... networkInterfaceIds)
Sets the value of the NetworkInterfaceIds property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.ownerId(String ownerId)
Sets the value of the OwnerId property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.resourceARN(String resourceARN)
Sets the value of the ResourceARN property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.storageCapacity(Integer storageCapacity)
The storage capacity of the cache in gibibytes (GiB).
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.subnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.subnetIds(String... subnetIds)
Sets the value of the SubnetIds property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
FileCacheCreating.Builder |
FileCacheCreating.toBuilder() |
FileCacheCreating.Builder |
FileCacheCreating.Builder.vpcId(String vpcId)
Sets the value of the VpcId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileCacheCreating.Builder> |
FileCacheCreating.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileCacheResponse.Builder |
CreateFileCacheResponse.Builder.fileCache(Consumer<FileCacheCreating.Builder> fileCache)
A description of the cache that was created.
|
Copyright © 2023. All rights reserved.