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 Details

    • 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

      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

      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.