@Generated(value="software.amazon.awssdk:codegen") public final class AwsEfsAccessPointRootDirectoryDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,AwsEfsAccessPointRootDirectoryDetails>
Provides information about the directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEfsAccessPointRootDirectoryDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEfsAccessPointRootDirectoryDetails.Builder |
builder() |
AwsEfsAccessPointRootDirectoryCreationInfoDetails |
creationInfo()
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access
point to access the EFS file system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEfsAccessPointRootDirectoryDetails.Builder> |
serializableBuilderClass() |
AwsEfsAccessPointRootDirectoryDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo()
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
public final String path()
Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access
point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not
exist, you are required to provide CreationInfo.
CreationInfo.public AwsEfsAccessPointRootDirectoryDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,AwsEfsAccessPointRootDirectoryDetails>public static AwsEfsAccessPointRootDirectoryDetails.Builder builder()
public static Class<? extends AwsEfsAccessPointRootDirectoryDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.