Interface ClusterFsxOpenZfsConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterFsxOpenZfsConfig.Builder,,ClusterFsxOpenZfsConfig> SdkBuilder<ClusterFsxOpenZfsConfig.Builder,,ClusterFsxOpenZfsConfig> SdkPojo
- Enclosing class:
ClusterFsxOpenZfsConfig
@Mutable
@NotThreadSafe
public static interface ClusterFsxOpenZfsConfig.Builder
extends SdkPojo, CopyableBuilder<ClusterFsxOpenZfsConfig.Builder,ClusterFsxOpenZfsConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe DNS name of the Amazon FSx for OpenZFS file system.The local path where the Amazon FSx for OpenZFS file system is mounted on instances.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dnsName
The DNS name of the Amazon FSx for OpenZFS file system.
- Parameters:
dnsName- The DNS name of the Amazon FSx for OpenZFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountPath
The local path where the Amazon FSx for OpenZFS file system is mounted on instances.
- Parameters:
mountPath- The local path where the Amazon FSx for OpenZFS file system is mounted on instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-