| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static CreationInfo.Builder |
CreationInfo.builder() |
CreationInfo.Builder |
CreationInfo.Builder.ownerGid(Long ownerGid)
Specifies the POSIX group ID to apply to the
RootDirectory. |
CreationInfo.Builder |
CreationInfo.Builder.ownerUid(Long ownerUid)
Specifies the POSIX user ID to apply to the
RootDirectory. |
CreationInfo.Builder |
CreationInfo.Builder.permissions(String permissions)
Specifies the POSIX permissions to apply to the
RootDirectory, in the format of an octal number
representing the file's mode bits. |
CreationInfo.Builder |
CreationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreationInfo.Builder> |
CreationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RootDirectory.Builder |
RootDirectory.Builder.creationInfo(Consumer<CreationInfo.Builder> creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
Copyright © 2023. All rights reserved.