public static interface FileSystemDescription.Builder extends SdkPojo, CopyableBuilder<FileSystemDescription.Builder,FileSystemDescription>
| Modifier and Type | Method and Description |
|---|---|
FileSystemDescription.Builder |
availabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone in which the file system's One Zone storage
classes exist.
|
FileSystemDescription.Builder |
availabilityZoneName(String availabilityZoneName)
Describes the AWS Availability Zone in which the file system is located, and is valid only for file systems
using One Zone storage classes.
|
FileSystemDescription.Builder |
creationTime(Instant creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
|
FileSystemDescription.Builder |
creationToken(String creationToken)
The opaque string specified in the request.
|
FileSystemDescription.Builder |
encrypted(Boolean encrypted)
A Boolean value that, if true, indicates that the file system is encrypted.
|
FileSystemDescription.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 . |
FileSystemDescription.Builder |
fileSystemId(String fileSystemId)
The ID of the file system, assigned by Amazon EFS.
|
FileSystemDescription.Builder |
kmsKeyId(String kmsKeyId)
The ID of an AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the
encrypted file system.
|
FileSystemDescription.Builder |
lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
FileSystemDescription.Builder |
lifeCycleState(String lifeCycleState)
The lifecycle phase of the file system.
|
FileSystemDescription.Builder |
name(String name)
You can add tags to a file system, including a
Name tag. |
FileSystemDescription.Builder |
numberOfMountTargets(Integer numberOfMountTargets)
The current number of mount targets that the file system has.
|
FileSystemDescription.Builder |
ownerId(String ownerId)
The AWS account that created the file system.
|
FileSystemDescription.Builder |
performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
FileSystemDescription.Builder |
performanceMode(String performanceMode)
The performance mode of the file system.
|
FileSystemDescription.Builder |
provisionedThroughputInMibps(Double provisionedThroughputInMibps)
The amount of provisioned throughput, measured in MiB/s, for the file system.
|
default FileSystemDescription.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. |
FileSystemDescription.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. |
FileSystemDescription.Builder |
tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
FileSystemDescription.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
FileSystemDescription.Builder |
tags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
FileSystemDescription.Builder |
throughputMode(String throughputMode)
Displays the file system's throughput mode.
|
FileSystemDescription.Builder |
throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemDescription.Builder ownerId(String ownerId)
The AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
ownerId - The AWS account that created the file system. If the file system was created by an IAM user, the
parent account to which the user belongs is the owner.FileSystemDescription.Builder creationToken(String creationToken)
The opaque string specified in the request.
creationToken - The opaque string specified in the request.FileSystemDescription.Builder fileSystemId(String fileSystemId)
The ID of the file system, assigned by Amazon EFS.
fileSystemId - The ID of the file system, assigned by Amazon EFS.FileSystemDescription.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 .
Example with sample data:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-01234567
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
. Example with sample data:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-01234567FileSystemDescription.Builder creationTime(Instant creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
creationTime - The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).FileSystemDescription.Builder lifeCycleState(String lifeCycleState)
The lifecycle phase of the file system.
lifeCycleState - The lifecycle phase of the file system.LifeCycleState,
LifeCycleStateFileSystemDescription.Builder lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
lifeCycleState - The lifecycle phase of the file system.LifeCycleState,
LifeCycleStateFileSystemDescription.Builder name(String name)
You can add tags to a file system, including a Name tag. For more information, see
CreateFileSystem. If the file system has a Name tag, Amazon EFS returns the value in this
field.
name - You can add tags to a file system, including a Name tag. For more information, see
CreateFileSystem. If the file system has a Name tag, Amazon EFS returns the value
in this field.FileSystemDescription.Builder numberOfMountTargets(Integer numberOfMountTargets)
The current number of mount targets that the file system has. For more information, see CreateMountTarget.
numberOfMountTargets - The current number of mount targets that the file system has. For more information, see
CreateMountTarget.FileSystemDescription.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. The
Timestamp value is the integer number of seconds since 1970-01-01T00:00:00Z. The
SizeInBytes value doesn't represent the size of a consistent snapshot of the file system, but it
is eventually consistent when there are no writes to the file system. That is, SizeInBytes
represents actual size only if the file system is not modified for a period longer than a couple of hours.
Otherwise, the value is not the exact size that the file system was at any point in time.
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. The
Timestamp value is the integer number of seconds since 1970-01-01T00:00:00Z. The
SizeInBytes value doesn't represent the size of a consistent snapshot of the file system,
but it is eventually consistent when there are no writes to the file system. That is,
SizeInBytes represents actual size only if the file system is not modified for a period
longer than a couple of hours. Otherwise, the value is not the exact size that the file system was at
any point in time.default FileSystemDescription.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. The
Timestamp value is the integer number of seconds since 1970-01-01T00:00:00Z. The
SizeInBytes value doesn't represent the size of a consistent snapshot of the file system, but it
is eventually consistent when there are no writes to the file system. That is, SizeInBytes
represents actual size only if the file system is not modified for a period longer than a couple of hours.
Otherwise, the value is not the exact size that the file system was at any point in time.
FileSystemSize.Builder avoiding the need to
create one manually via FileSystemSize.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sizeInBytes(FileSystemSize).sizeInBytes - a consumer that will call methods on FileSystemSize.BuildersizeInBytes(FileSystemSize)FileSystemDescription.Builder performanceMode(String performanceMode)
The performance mode of the file system.
performanceMode - The performance mode of the file system.PerformanceMode,
PerformanceModeFileSystemDescription.Builder performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
performanceMode - The performance mode of the file system.PerformanceMode,
PerformanceModeFileSystemDescription.Builder encrypted(Boolean encrypted)
A Boolean value that, if true, indicates that the file system is encrypted.
encrypted - A Boolean value that, if true, indicates that the file system is encrypted.FileSystemDescription.Builder kmsKeyId(String kmsKeyId)
The ID of an AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the encrypted file system.
kmsKeyId - The ID of an AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect
the encrypted file system.FileSystemDescription.Builder throughputMode(String throughputMode)
Displays the file system's throughput mode. For more information, see Throughput modes in the Amazon EFS User Guide.
throughputMode - Displays the file system's throughput mode. For more information, see Throughput
modes in the Amazon EFS User Guide.ThroughputMode,
ThroughputModeFileSystemDescription.Builder throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode. For more information, see Throughput modes in the Amazon EFS User Guide.
throughputMode - Displays the file system's throughput mode. For more information, see Throughput
modes in the Amazon EFS User Guide.ThroughputMode,
ThroughputModeFileSystemDescription.Builder provisionedThroughputInMibps(Double provisionedThroughputInMibps)
The amount of provisioned throughput, measured in MiB/s, for the file system. Valid for file systems using
ThroughputMode set to provisioned.
provisionedThroughputInMibps - The amount of provisioned throughput, measured in MiB/s, for the file system. Valid for file systems
using ThroughputMode set to provisioned.FileSystemDescription.Builder availabilityZoneName(String availabilityZoneName)
Describes the AWS Availability Zone in which the file system is located, and is valid only for file systems using One Zone storage classes. For more information, see Using EFS storage classes in the Amazon EFS User Guide.
availabilityZoneName - Describes the AWS Availability Zone in which the file system is located, and is valid only for file
systems using One Zone storage classes. For more information, see Using EFS storage classes in
the Amazon EFS User Guide.FileSystemDescription.Builder availabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone in which the file system's One Zone storage
classes exist. For example, use1-az1 is an Availability Zone ID for the us-east-1 AWS Region,
and it has the same location in every AWS account.
availabilityZoneId - The unique and consistent identifier of the Availability Zone in which the file system's One Zone
storage classes exist. For example, use1-az1 is an Availability Zone ID for the us-east-1
AWS Region, and it has the same location in every AWS account.FileSystemDescription.Builder tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of Tag objects.
tags - The tags associated with the file system, presented as an array of Tag objects.FileSystemDescription.Builder tags(Tag... tags)
The tags associated with the file system, presented as an array of Tag objects.
tags - The tags associated with the file system, presented as an array of Tag objects.FileSystemDescription.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the file system, presented as an array of Tag objects.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.