static FileCache.Builder |
FileCache.builder() |
|
FileCache.Builder |
FileCache.Builder.creationTime(Instant creationTime) |
Sets the value of the CreationTime property for this object.
|
FileCache.Builder |
FileCache.Builder.dataRepositoryAssociationIds(String... dataRepositoryAssociationIds) |
A list of IDs of data repository associations that are associated with this cache.
|
FileCache.Builder |
FileCache.Builder.dataRepositoryAssociationIds(Collection<String> dataRepositoryAssociationIds) |
A list of IDs of data repository associations that are associated with this cache.
|
FileCache.Builder |
FileCache.Builder.dnsName(String dnsName) |
The Domain Name System (DNS) name for the cache.
|
default FileCache.Builder |
FileCache.Builder.failureDetails(Consumer<FileCacheFailureDetails.Builder> failureDetails) |
A structure providing details of any failures that occurred.
|
FileCache.Builder |
FileCache.Builder.failureDetails(FileCacheFailureDetails failureDetails) |
A structure providing details of any failures that occurred.
|
FileCache.Builder |
FileCache.Builder.fileCacheId(String fileCacheId) |
The system-generated, unique ID of the cache.
|
FileCache.Builder |
FileCache.Builder.fileCacheType(String fileCacheType) |
The type of cache, which must be LUSTRE.
|
FileCache.Builder |
FileCache.Builder.fileCacheType(FileCacheType fileCacheType) |
The type of cache, which must be LUSTRE.
|
FileCache.Builder |
FileCache.Builder.fileCacheTypeVersion(String fileCacheTypeVersion) |
The Lustre version of the cache, which must be 2.12.
|
FileCache.Builder |
FileCache.Builder.kmsKeyId(String kmsKeyId) |
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
|
FileCache.Builder |
FileCache.Builder.lifecycle(String lifecycle) |
The lifecycle status of the cache.
|
FileCache.Builder |
FileCache.Builder.lifecycle(FileCacheLifecycle lifecycle) |
The lifecycle status of the cache.
|
default FileCache.Builder |
FileCache.Builder.lustreConfiguration(Consumer<FileCacheLustreConfiguration.Builder> lustreConfiguration) |
The configuration for the Amazon File Cache resource.
|
FileCache.Builder |
FileCache.Builder.lustreConfiguration(FileCacheLustreConfiguration lustreConfiguration) |
The configuration for the Amazon File Cache resource.
|
FileCache.Builder |
FileCache.Builder.networkInterfaceIds(String... networkInterfaceIds) |
Sets the value of the NetworkInterfaceIds property for this object.
|
FileCache.Builder |
FileCache.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds) |
Sets the value of the NetworkInterfaceIds property for this object.
|
FileCache.Builder |
FileCache.Builder.ownerId(String ownerId) |
Sets the value of the OwnerId property for this object.
|
FileCache.Builder |
FileCache.Builder.resourceARN(String resourceARN) |
Sets the value of the ResourceARN property for this object.
|
FileCache.Builder |
FileCache.Builder.storageCapacity(Integer storageCapacity) |
The storage capacity of the cache in gibibytes (GiB).
|
FileCache.Builder |
FileCache.Builder.subnetIds(String... subnetIds) |
Sets the value of the SubnetIds property for this object.
|
FileCache.Builder |
FileCache.Builder.subnetIds(Collection<String> subnetIds) |
Sets the value of the SubnetIds property for this object.
|
FileCache.Builder |
FileCache.toBuilder() |
|
FileCache.Builder |
FileCache.Builder.vpcId(String vpcId) |
Sets the value of the VpcId property for this object.
|