Class CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty>
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty.Builder name(String name) - Parameters:
name- The name of the UNIX user. The name can be up to 256 characters long.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty - Throws:
NullPointerException- if any required attribute was not provided
-