| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileCacheCreating |
FileCacheCreating.clone() |
FileCacheCreating |
CreateFileCacheResult.getFileCache()
A description of the cache that was created.
|
FileCacheCreating |
FileCacheCreating.withCopyTagsToDataRepositoryAssociations(Boolean copyTagsToDataRepositoryAssociations)
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
|
FileCacheCreating |
FileCacheCreating.withCreationTime(Date creationTime) |
FileCacheCreating |
FileCacheCreating.withDataRepositoryAssociationIds(Collection<String> dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCacheCreating |
FileCacheCreating.withDataRepositoryAssociationIds(String... dataRepositoryAssociationIds)
A list of IDs of data repository associations that are associated with this cache.
|
FileCacheCreating |
FileCacheCreating.withDNSName(String dNSName)
The Domain Name System (DNS) name for the cache.
|
FileCacheCreating |
FileCacheCreating.withFailureDetails(FileCacheFailureDetails failureDetails)
A structure providing details of any failures that occurred.
|
FileCacheCreating |
FileCacheCreating.withFileCacheId(String fileCacheId)
The system-generated, unique ID of the cache.
|
FileCacheCreating |
FileCacheCreating.withFileCacheType(FileCacheType fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCacheCreating |
FileCacheCreating.withFileCacheType(String fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCacheCreating |
FileCacheCreating.withFileCacheTypeVersion(String fileCacheTypeVersion)
The Lustre version of the cache, which must be
2.12. |
FileCacheCreating |
FileCacheCreating.withKmsKeyId(String kmsKeyId)
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
FileCacheCreating |
FileCacheCreating.withLifecycle(FileCacheLifecycle lifecycle)
The lifecycle status of the cache.
|
FileCacheCreating |
FileCacheCreating.withLifecycle(String lifecycle)
The lifecycle status of the cache.
|
FileCacheCreating |
FileCacheCreating.withLustreConfiguration(FileCacheLustreConfiguration lustreConfiguration)
The configuration for the Amazon File Cache resource.
|
FileCacheCreating |
FileCacheCreating.withNetworkInterfaceIds(Collection<String> networkInterfaceIds) |
FileCacheCreating |
FileCacheCreating.withNetworkInterfaceIds(String... networkInterfaceIds)
NOTE: This method appends the values to the existing list (if any).
|
FileCacheCreating |
FileCacheCreating.withOwnerId(String ownerId) |
FileCacheCreating |
FileCacheCreating.withResourceARN(String resourceARN) |
FileCacheCreating |
FileCacheCreating.withStorageCapacity(Integer storageCapacity)
The storage capacity of the cache in gibibytes (GiB).
|
FileCacheCreating |
FileCacheCreating.withSubnetIds(Collection<String> subnetIds) |
FileCacheCreating |
FileCacheCreating.withSubnetIds(String... subnetIds)
NOTE: This method appends the values to the existing list (if any).
|
FileCacheCreating |
FileCacheCreating.withTags(Collection<Tag> tags) |
FileCacheCreating |
FileCacheCreating.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
FileCacheCreating |
FileCacheCreating.withVpcId(String vpcId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileCacheResult.setFileCache(FileCacheCreating fileCache)
A description of the cache that was created.
|
CreateFileCacheResult |
CreateFileCacheResult.withFileCache(FileCacheCreating fileCache)
A description of the cache that was created.
|
Copyright © 2022. All rights reserved.