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