Uses of Interface
software.amazon.awssdk.services.efs.model.CreationInfo.Builder
-
Packages that use CreationInfo.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of CreationInfo.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return CreationInfo.Builder Modifier and Type Method Description static CreationInfo.BuilderCreationInfo. builder()CreationInfo.BuilderCreationInfo.Builder. ownerGid(Long ownerGid)Specifies the POSIX group ID to apply to theRootDirectory.CreationInfo.BuilderCreationInfo.Builder. ownerUid(Long ownerUid)Specifies the POSIX user ID to apply to theRootDirectory.CreationInfo.BuilderCreationInfo.Builder. permissions(String permissions)Specifies the POSIX permissions to apply to theRootDirectory, in the format of an octal number representing the file's mode bits.CreationInfo.BuilderCreationInfo. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type CreationInfo.Builder Modifier and Type Method Description static Class<? extends CreationInfo.Builder>CreationInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type CreationInfo.Builder Modifier and Type Method Description default RootDirectory.BuilderRootDirectory.Builder. creationInfo(Consumer<CreationInfo.Builder> creationInfo)(Optional) Specifies the POSIX IDs and permissions to apply to the access point'sRootDirectory.
-