| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.availabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone in which the file system's One Zone storage
classes exist.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.availabilityZoneName(String availabilityZoneName)
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only
for file systems using One Zone storage classes.
|
static UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.builder() |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.creationTime(Instant creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.creationToken(String creationToken)
The opaque string specified in the request.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.encrypted(Boolean encrypted)
A Boolean value that, if true, indicates that the file system is encrypted.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.fileSystemArn(String fileSystemArn)
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id . |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.fileSystemId(String fileSystemId)
The ID of the file system, assigned by Amazon EFS.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.kmsKeyId(String kmsKeyId)
The ID of an KMS key used to protect the encrypted file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.lifeCycleState(String lifeCycleState)
The lifecycle phase of the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.name(String name)
You can add tags to a file system, including a
Name tag. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.numberOfMountTargets(Integer numberOfMountTargets)
The current number of mount targets that the file system has.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.ownerId(String ownerId)
The Amazon Web Services account that created the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.performanceMode(String performanceMode)
The performance mode of the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.provisionedThroughputInMibps(Double provisionedThroughputInMibps)
The amount of provisioned throughput, measured in MiB/s, for the file system.
|
default UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.sizeInBytes(Consumer<FileSystemSize.Builder> sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field,
and the time at which that size was determined in its Timestamp field. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.sizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field,
and the time at which that size was determined in its Timestamp field. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.tags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.throughputMode(String throughputMode)
Displays the file system's throughput mode.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFileSystemResponse.Builder> |
UpdateFileSystemResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.