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