Interface AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>,SdkBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>,SdkPojo
- Enclosing class:
- AwsEfsAccessPointRootDirectoryCreationInfoDetails
public static interface AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder extends SdkPojo, CopyableBuilder<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder,AwsEfsAccessPointRootDirectoryCreationInfoDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEfsAccessPointRootDirectoryCreationInfoDetails.BuilderownerGid(String ownerGid)Specifies the POSIX group ID to apply to the root directory.AwsEfsAccessPointRootDirectoryCreationInfoDetails.BuilderownerUid(String ownerUid)Specifies the POSIX user ID to apply to the root directory.AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builderpermissions(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ownerGid
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerGid(String ownerGid)
Specifies the POSIX group ID to apply to the root directory.
- Parameters:
ownerGid- Specifies the POSIX group ID to apply to the root directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerUid
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerUid(String ownerUid)
Specifies the POSIX user ID to apply to the root directory.
- Parameters:
ownerUid- Specifies the POSIX user ID to apply to the root directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder permissions(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-