Class CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty>
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.secondaryGids(List<? extends Object> secondaryGids) secondaryGids(IResolvable secondaryGids)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gid
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder gid(Number gid) - Parameters:
gid- The GID of the file system user.- Returns:
this
-
secondaryGids
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder secondaryGids(IResolvable secondaryGids) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.getSecondaryGids()- Parameters:
secondaryGids- The list of secondary GIDs for the file system user.- Returns:
this
-
secondaryGids
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder secondaryGids(List<? extends Object> secondaryGids) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.getSecondaryGids()- Parameters:
secondaryGids- The list of secondary GIDs for the file system user.- Returns:
this
-
uid
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty.Builder uid(Number uid) - Parameters:
uid- The UID of the file system user.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty - Throws:
NullPointerException- if any required attribute was not provided
-