public static interface AccessPointDescription.Builder extends SdkPojo, CopyableBuilder<AccessPointDescription.Builder,AccessPointDescription>
| Modifier and Type | Method and Description |
|---|---|
AccessPointDescription.Builder |
accessPointArn(String accessPointArn)
The unique Amazon Resource Name (ARN) associated with the access point.
|
AccessPointDescription.Builder |
accessPointId(String accessPointId)
The ID of the access point, assigned by Amazon EFS.
|
AccessPointDescription.Builder |
clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
AccessPointDescription.Builder |
fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
|
AccessPointDescription.Builder |
lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
AccessPointDescription.Builder |
lifeCycleState(String lifeCycleState)
Identifies the lifecycle phase of the access point.
|
AccessPointDescription.Builder |
name(String name)
The name of the access point.
|
AccessPointDescription.Builder |
ownerId(String ownerId)
Identifies the Amazon Web Services account that owns the access point resource.
|
default AccessPointDescription.Builder |
posixUser(Consumer<PosixUser.Builder> posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
AccessPointDescription.Builder |
posixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
default AccessPointDescription.Builder |
rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS
clients using the access point.
|
AccessPointDescription.Builder |
rootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS
clients using the access point.
|
AccessPointDescription.Builder |
tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessPointDescription.Builder clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
clientToken - The opaque string specified in the request to ensure idempotent creation.AccessPointDescription.Builder name(String name)
The name of the access point. This is the value of the Name tag.
name - The name of the access point. This is the value of the Name tag.AccessPointDescription.Builder tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
tags - The tags associated with the access point, presented as an array of Tag objects.AccessPointDescription.Builder tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
tags - The tags associated with the access point, presented as an array of Tag objects.AccessPointDescription.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the access point, presented as an array of Tag objects.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) AccessPointDescription.Builder accessPointId(String accessPointId)
The ID of the access point, assigned by Amazon EFS.
accessPointId - The ID of the access point, assigned by Amazon EFS.AccessPointDescription.Builder accessPointArn(String accessPointArn)
The unique Amazon Resource Name (ARN) associated with the access point.
accessPointArn - The unique Amazon Resource Name (ARN) associated with the access point.AccessPointDescription.Builder fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
fileSystemId - The ID of the EFS file system that the access point applies to.AccessPointDescription.Builder posixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
posixUser - The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point
that is used for all file operations by NFS clients using the access point.default AccessPointDescription.Builder posixUser(Consumer<PosixUser.Builder> posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
This is a convenience method that creates an instance of thePosixUser.Builder avoiding the need to
create one manually via PosixUser.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to posixUser(PosixUser).
posixUser - a consumer that will call methods on PosixUser.BuilderposixUser(PosixUser)AccessPointDescription.Builder rootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
rootDirectory - The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS
clients using the access point.default AccessPointDescription.Builder rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
This is a convenience method that creates an instance of theRootDirectory.Builder avoiding the need
to create one manually via RootDirectory.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rootDirectory(RootDirectory).
rootDirectory - a consumer that will call methods on RootDirectory.BuilderrootDirectory(RootDirectory)AccessPointDescription.Builder ownerId(String ownerId)
Identifies the Amazon Web Services account that owns the access point resource.
ownerId - Identifies the Amazon Web Services account that owns the access point resource.AccessPointDescription.Builder lifeCycleState(String lifeCycleState)
Identifies the lifecycle phase of the access point.
lifeCycleState - Identifies the lifecycle phase of the access point.LifeCycleState,
LifeCycleStateAccessPointDescription.Builder lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
lifeCycleState - Identifies the lifecycle phase of the access point.LifeCycleState,
LifeCycleStateCopyright © 2023. All rights reserved.