Class CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty>
- Enclosing interface:
CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Builder name(String name) Sets the value ofCfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.getName()- Parameters:
name- The name of the Windows user. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty - Throws:
NullPointerException- if any required attribute was not provided
-