@Generated(value="software.amazon.awssdk:codegen") public final class AwsEfsAccessPointRootDirectoryCreationInfoDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>
Provides information about the settings that Amazon EFS uses to create the root directory when a client connects to an access point.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ownerGid()
Specifies the POSIX group ID to apply to the root directory.
|
String |
ownerUid()
Specifies the POSIX user ID to apply to the root directory.
|
String |
permissions()
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the
file's mode bits.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> |
serializableBuilderClass() |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ownerGid()
Specifies the POSIX group ID to apply to the root directory.
public final String ownerUid()
Specifies the POSIX user ID to apply to the root directory.
public final String permissions()
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.
public AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder toBuilder()
public static AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder builder()
public static Class<? extends AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.