| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.builder() |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder.ownerGid(String ownerGid)
Specifies the POSIX group ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder.ownerUid(String ownerUid)
Specifies the POSIX user ID to apply to the root directory.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
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.
|
AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> |
AwsEfsAccessPointRootDirectoryCreationInfoDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.Builder.creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
Copyright © 2023. All rights reserved.