Class CfnAccessPointPropsMixin.CreationInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.efs.CfnAccessPointPropsMixin.CreationInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPointPropsMixin.CreationInfoProperty>
- Enclosing interface:
CfnAccessPointPropsMixin.CreationInfoProperty
@Stability(Stable)
public static final class CfnAccessPointPropsMixin.CreationInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPointPropsMixin.CreationInfoProperty>
A builder for
CfnAccessPointPropsMixin.CreationInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getOwnerGid()Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getOwnerUid()permissions(String permissions) Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getPermissions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ownerGid
@Stability(Stable) public CfnAccessPointPropsMixin.CreationInfoProperty.Builder ownerGid(String ownerGid) Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getOwnerGid()- Parameters:
ownerGid- Specifies the POSIX group ID to apply to theRootDirectory. Accepts values from 0 to 2^32 (4294967295).- Returns:
this
-
ownerUid
@Stability(Stable) public CfnAccessPointPropsMixin.CreationInfoProperty.Builder ownerUid(String ownerUid) Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getOwnerUid()- Parameters:
ownerUid- Specifies the POSIX user ID to apply to theRootDirectory. Accepts values from 0 to 2^32 (4294967295).- Returns:
this
-
permissions
@Stability(Stable) public CfnAccessPointPropsMixin.CreationInfoProperty.Builder permissions(String permissions) Sets the value ofCfnAccessPointPropsMixin.CreationInfoProperty.getPermissions()- Parameters:
permissions- Specifies the POSIX permissions to apply to theRootDirectory, in the format of an octal number representing the file's mode bits.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPointPropsMixin.CreationInfoProperty>- Returns:
- a new instance of
CfnAccessPointPropsMixin.CreationInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-