Class CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty>
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.unixUser(IResolvable unixUser) windowsUser(IResolvable windowsUser)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder type(String type) - Parameters:
type- Specifies the FSx for ONTAP user identity type. Valid values areUNIXandWINDOWS.- Returns:
this
-
unixUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder unixUser(IResolvable unixUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.getUnixUser()- Parameters:
unixUser- Specifies the UNIX user identity for file system operations.- Returns:
this
-
unixUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder unixUser(CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty unixUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.getUnixUser()- Parameters:
unixUser- Specifies the UNIX user identity for file system operations.- Returns:
this
-
windowsUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder windowsUser(IResolvable windowsUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.getWindowsUser()- Parameters:
windowsUser- Specifies the Windows user identity for file system operations.- Returns:
this
-
windowsUser
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder windowsUser(CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty windowsUser) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.getWindowsUser()- Parameters:
windowsUser- Specifies the Windows user identity for file system operations.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty - Throws:
NullPointerException- if any required attribute was not provided
-