CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.availabilityZoneId(String availabilityZoneId) |
The unique and consistent identifier of the Availability Zone in which the file system is located, and is
valid only for One Zone file systems.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.availabilityZoneName(String availabilityZoneName) |
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only
for One Zone file systems.
|
static CreateFileSystemResponse.Builder |
CreateFileSystemResponse.builder() |
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.creationTime(Instant creationTime) |
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.creationToken(String creationToken) |
The opaque string specified in the request.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.encrypted(Boolean encrypted) |
A Boolean value that, if true, indicates that the file system is encrypted.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.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 .
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.fileSystemId(String fileSystemId) |
The ID of the file system, assigned by Amazon EFS.
|
default CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder> fileSystemProtection) |
Describes the protection on the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.fileSystemProtection(FileSystemProtectionDescription fileSystemProtection) |
Describes the protection on the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.kmsKeyId(String kmsKeyId) |
The ID of an KMS key used to protect the encrypted file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.lifeCycleState(String lifeCycleState) |
The lifecycle phase of the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState) |
The lifecycle phase of the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.name(String name) |
You can add tags to a file system, including a Name tag.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.numberOfMountTargets(Integer numberOfMountTargets) |
The current number of mount targets that the file system has.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.ownerId(String ownerId) |
The Amazon Web Services account that created the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.performanceMode(String performanceMode) |
The performance mode of the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.performanceMode(PerformanceMode performanceMode) |
The performance mode of the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.provisionedThroughputInMibps(Double provisionedThroughputInMibps) |
The amount of provisioned throughput, measured in MiBps, for the file system.
|
default CreateFileSystemResponse.Builder |
CreateFileSystemResponse.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.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.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.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.tags(Collection<Tag> tags) |
The tags associated with the file system, presented as an array of Tag objects.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the file system, presented as an array of Tag objects.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.tags(Tag... tags) |
The tags associated with the file system, presented as an array of Tag objects.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.throughputMode(String throughputMode) |
Displays the file system's throughput mode.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.throughputMode(ThroughputMode throughputMode) |
Displays the file system's throughput mode.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.toBuilder() |
|