Class CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty>
- Enclosing interface:
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getType()unixUser(IResolvable unixUser) Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getUnixUser()Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getUnixUser()windowsUser(IResolvable windowsUser)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder type(String type) Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getType()- Parameters:
type- Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS. This parameter is required.- Returns:
this
-
unixUser
@Stability(Stable) public CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder unixUser(IResolvable unixUser) Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getUnixUser()- Parameters:
unixUser- the value to be set.- Returns:
this
-
unixUser
@Stability(Stable) public CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder unixUser(CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty unixUser) Sets the value ofCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.getUnixUser()- Parameters:
unixUser- the value to be set.- Returns:
this
-
windowsUser
@Stability(Stable) public CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder windowsUser(IResolvable windowsUser) - Parameters:
windowsUser- the value to be set.- Returns:
this
-
windowsUser
@Stability(Stable) public CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder windowsUser(CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty windowsUser) - Parameters:
windowsUser- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty - Throws:
NullPointerException- if any required attribute was not provided
-