Interface CreationPermissions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreationPermissions.Builder,,CreationPermissions> SdkBuilder<CreationPermissions.Builder,,CreationPermissions> SdkPojo
- Enclosing class:
CreationPermissions
@Mutable
@NotThreadSafe
public static interface CreationPermissions.Builder
extends SdkPojo, CopyableBuilder<CreationPermissions.Builder,CreationPermissions>
-
Method Summary
Modifier and TypeMethodDescriptionThe POSIX group ID to assign to newly created directories.The POSIX user ID to assign to newly created directories.permissions(String permissions) The octal permissions to assign to newly created directories.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ownerUid
The POSIX user ID to assign to newly created directories.
- Parameters:
ownerUid- The POSIX user ID to assign to newly created directories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerGid
The POSIX group ID to assign to newly created directories.
- Parameters:
ownerGid- The POSIX group ID to assign to newly created directories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The octal permissions to assign to newly created directories.
- Parameters:
permissions- The octal permissions to assign to newly created directories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-