| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
AccessPointDescription.Builder |
AccessPointDescription.Builder.accessPointArn(String accessPointArn)
The unique Amazon Resource Name (ARN) associated with the access point.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.accessPointId(String accessPointId)
The ID of the access point, assigned by Amazon EFS.
|
static AccessPointDescription.Builder |
AccessPointDescription.builder() |
AccessPointDescription.Builder |
AccessPointDescription.Builder.clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.lifeCycleState(String lifeCycleState)
Identifies the lifecycle phase of the access point.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.name(String name)
The name of the access point.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.ownerId(String ownerId)
Identifies the Amazon Web Services account that owns the access point resource.
|
default AccessPointDescription.Builder |
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 |
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 |
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 |
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 |
AccessPointDescription.Builder.tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
AccessPointDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessPointDescription.Builder> |
AccessPointDescription.serializableBuilderClass() |
Copyright © 2023. All rights reserved.