Class AwsEfsAccessPointRootDirectoryCreationInfoDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEfsAccessPointRootDirectoryCreationInfoDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringownerGid()Specifies the POSIX group ID to apply to the root directory.StringownerUid()Specifies the POSIX user ID to apply to the root directory.Stringpermissions()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ownerGid
public final String ownerGid()
Specifies the POSIX group ID to apply to the root directory.
- Returns:
- Specifies the POSIX group ID to apply to the root directory.
-
ownerUid
public final String ownerUid()
Specifies the POSIX user ID to apply to the root directory.
- Returns:
- Specifies the POSIX user ID to apply to the root directory.
-
permissions
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.
- Returns:
- Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.
-
toBuilder
public AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder toBuilder()
-
builder
public static AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-