Class CfnVolume.NfsExportsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnVolume.NfsExportsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVolume.NfsExportsProperty>
- Enclosing interface:
CfnVolume.NfsExportsProperty
@Stability(Stable)
public static final class CfnVolume.NfsExportsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVolume.NfsExportsProperty>
A builder for
CfnVolume.NfsExportsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clientConfigurations
(List<? extends Object> clientConfigurations) Sets the value ofCfnVolume.NfsExportsProperty.getClientConfigurations()
clientConfigurations
(IResolvable clientConfigurations) Sets the value ofCfnVolume.NfsExportsProperty.getClientConfigurations()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientConfigurations
@Stability(Stable) public CfnVolume.NfsExportsProperty.Builder clientConfigurations(IResolvable clientConfigurations) Sets the value ofCfnVolume.NfsExportsProperty.getClientConfigurations()
- Parameters:
clientConfigurations
- A list of configuration objects that contain the client and options for mounting the OpenZFS file system. This parameter is required.- Returns:
this
-
clientConfigurations
@Stability(Stable) public CfnVolume.NfsExportsProperty.Builder clientConfigurations(List<? extends Object> clientConfigurations) Sets the value ofCfnVolume.NfsExportsProperty.getClientConfigurations()
- Parameters:
clientConfigurations
- A list of configuration objects that contain the client and options for mounting the OpenZFS file system. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnVolume.NfsExportsProperty>
- Returns:
- a new instance of
CfnVolume.NfsExportsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-