Class CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty>
A builder for
CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.getDnsName()Sets the value ofCfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.getMountPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dnsName
@Stability(Stable) public CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Builder dnsName(String dnsName) Sets the value ofCfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.getDnsName()- Parameters:
dnsName- The DNS name of the FSx for OpenZFS file system.- Returns:
this
-
mountPath
@Stability(Stable) public CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.Builder mountPath(String mountPath) Sets the value ofCfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty.getMountPath()- Parameters:
mountPath- The mount path for the FSx for OpenZFS file system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.ClusterFsxOpenZfsConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-