@Generated(value="software.amazon.awssdk:codegen") public final class AwsEfsAccessPointDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEfsAccessPointDetails.Builder,AwsEfsAccessPointDetails>
Provides information about an Amazon EFS access point.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEfsAccessPointDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointId()
The ID of the Amazon EFS access point.
|
String |
arn()
The Amazon Resource Name (ARN) of the Amazon EFS access point.
|
static AwsEfsAccessPointDetails.Builder |
builder() |
String |
clientToken()
The opaque string specified in the request to ensure idempotent creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the Amazon EFS file system that the access point applies to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEfsAccessPointDetails.Builder> |
serializableBuilderClass() |
AwsEfsAccessPointDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessPointId()
The ID of the Amazon EFS access point.
public final String arn()
The Amazon Resource Name (ARN) of the Amazon EFS access point.
public final String clientToken()
The opaque string specified in the request to ensure idempotent creation.
public final String fileSystemId()
The ID of the Amazon EFS file system that the access point applies to.
public final 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.
public final 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.
public AwsEfsAccessPointDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEfsAccessPointDetails.Builder,AwsEfsAccessPointDetails>public static AwsEfsAccessPointDetails.Builder builder()
public static Class<? extends AwsEfsAccessPointDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.