public static interface AwsEfsAccessPointDetails.Builder extends SdkPojo, CopyableBuilder<AwsEfsAccessPointDetails.Builder,AwsEfsAccessPointDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointDetails.Builder |
accessPointId(String accessPointId)
The ID of the Amazon EFS access point.
|
AwsEfsAccessPointDetails.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point.
|
AwsEfsAccessPointDetails.Builder |
clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
AwsEfsAccessPointDetails.Builder |
fileSystemId(String fileSystemId)
The ID of the Amazon EFS file system that the access point applies to.
|
AwsEfsAccessPointDetails.Builder |
posixUser(AwsEfsAccessPointPosixUserDetails 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 AwsEfsAccessPointDetails.Builder |
posixUser(Consumer<AwsEfsAccessPointPosixUserDetails.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.
|
AwsEfsAccessPointDetails.Builder |
rootDirectory(AwsEfsAccessPointRootDirectoryDetails 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 AwsEfsAccessPointDetails.Builder |
rootDirectory(Consumer<AwsEfsAccessPointRootDirectoryDetails.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEfsAccessPointDetails.Builder accessPointId(String accessPointId)
The ID of the Amazon EFS access point.
accessPointId - The ID of the Amazon EFS access point.AwsEfsAccessPointDetails.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point.
arn - The Amazon Resource Name (ARN) of the Amazon EFS access point.AwsEfsAccessPointDetails.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.AwsEfsAccessPointDetails.Builder fileSystemId(String fileSystemId)
The ID of the Amazon EFS file system that the access point applies to.
fileSystemId - The ID of the Amazon EFS file system that the access point applies to.AwsEfsAccessPointDetails.Builder posixUser(AwsEfsAccessPointPosixUserDetails 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 AwsEfsAccessPointDetails.Builder posixUser(Consumer<AwsEfsAccessPointPosixUserDetails.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 theAwsEfsAccessPointPosixUserDetails.Builder avoiding the need to create one manually via
AwsEfsAccessPointPosixUserDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to posixUser(AwsEfsAccessPointPosixUserDetails).
posixUser - a consumer that will call methods on AwsEfsAccessPointPosixUserDetails.BuilderposixUser(AwsEfsAccessPointPosixUserDetails)AwsEfsAccessPointDetails.Builder rootDirectory(AwsEfsAccessPointRootDirectoryDetails 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 AwsEfsAccessPointDetails.Builder rootDirectory(Consumer<AwsEfsAccessPointRootDirectoryDetails.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 theAwsEfsAccessPointRootDirectoryDetails.Builder avoiding the need to create one manually via
AwsEfsAccessPointRootDirectoryDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to rootDirectory(AwsEfsAccessPointRootDirectoryDetails).
rootDirectory - a consumer that will call methods on AwsEfsAccessPointRootDirectoryDetails.BuilderrootDirectory(AwsEfsAccessPointRootDirectoryDetails)Copyright © 2023. All rights reserved.