Class CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty>
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.posixUser(IResolvable posixUser)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
posixUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder posixUser(IResolvable posixUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.getPosixUser()- Parameters:
posixUser- Specifies the UID and GIDs of the file system POSIX user.- Returns:
this
-
posixUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder posixUser(CfnS3AccessPointAttachmentPropsMixin.OpenZFSPosixFileSystemUserProperty posixUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.getPosixUser()- Parameters:
posixUser- Specifies the UID and GIDs of the file system POSIX user.- Returns:
this
-
type
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty.Builder type(String type) - Parameters:
type- Specifies the FSx for OpenZFS user identity type, accepts onlyPOSIX.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachmentPropsMixin.OpenZFSFileSystemIdentityProperty - Throws:
NullPointerException- if any required attribute was not provided
-