Class CfnCluster.ClusterFsxOpenZfsConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterFsxOpenZfsConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.ClusterFsxOpenZfsConfigProperty>
- Enclosing interface:
CfnCluster.ClusterFsxOpenZfsConfigProperty
@Stability(Stable)
public static final class CfnCluster.ClusterFsxOpenZfsConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.ClusterFsxOpenZfsConfigProperty>
A builder for
CfnCluster.ClusterFsxOpenZfsConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCluster.ClusterFsxOpenZfsConfigProperty.getDnsName()Sets the value ofCfnCluster.ClusterFsxOpenZfsConfigProperty.getMountPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dnsName
@Stability(Stable) public CfnCluster.ClusterFsxOpenZfsConfigProperty.Builder dnsName(String dnsName) Sets the value ofCfnCluster.ClusterFsxOpenZfsConfigProperty.getDnsName()- Parameters:
dnsName- The DNS name of the FSx for OpenZFS file system. This parameter is required.- Returns:
this
-
mountPath
@Stability(Stable) public CfnCluster.ClusterFsxOpenZfsConfigProperty.Builder mountPath(String mountPath) Sets the value ofCfnCluster.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<CfnCluster.ClusterFsxOpenZfsConfigProperty>- Returns:
- a new instance of
CfnCluster.ClusterFsxOpenZfsConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-