Class CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.NFSProperty>
- Enclosing interface:
CfnLocationFSxOpenZFSPropsMixin.NFSProperty
@Stability(Stable)
public static final class CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.NFSProperty>
A builder for
CfnLocationFSxOpenZFSPropsMixin.NFSProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLocationFSxOpenZFSPropsMixin.NFSProperty.getMountOptions()mountOptions(IResolvable mountOptions) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.NFSProperty.getMountOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mountOptions
@Stability(Stable) public CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Builder mountOptions(IResolvable mountOptions) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.NFSProperty.getMountOptions()- Parameters:
mountOptions- Represents the mount options that are available for DataSync to access an NFS location.- Returns:
this
-
mountOptions
@Stability(Stable) public CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Builder mountOptions(CfnLocationFSxOpenZFSPropsMixin.MountOptionsProperty mountOptions) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.NFSProperty.getMountOptions()- Parameters:
mountOptions- Represents the mount options that are available for DataSync to access an NFS location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.NFSProperty>- Returns:
- a new instance of
CfnLocationFSxOpenZFSPropsMixin.NFSProperty - Throws:
NullPointerException- if any required attribute was not provided
-