| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.Builder.accessPointId(String accessPointId)
The ID of the Amazon EFS access point.
|
AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point.
|
static AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.builder() |
AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.Builder.clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.Builder.fileSystemId(String fileSystemId)
The ID of the Amazon EFS file system that the access point applies to.
|
AwsEfsAccessPointDetails.Builder |
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 |
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 |
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 |
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.
|
AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEfsAccessPointDetails.Builder> |
AwsEfsAccessPointDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsEfsAccessPoint(Consumer<AwsEfsAccessPointDetails.Builder> awsEfsAccessPoint)
Details about an Amazon EFS access point.
|
Copyright © 2023. All rights reserved.