Class CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty>
- Enclosing interface:
CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty
@Stability(Stable)
public static final class CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty>
A builder for
CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.getNfs()nfs(IResolvable nfs) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.getNfs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nfs
@Stability(Stable) public CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Builder nfs(IResolvable nfs) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.getNfs()- Parameters:
nfs- Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.- Returns:
this
-
nfs
@Stability(Stable) public CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Builder nfs(CfnLocationFSxOpenZFSPropsMixin.NFSProperty nfs) Sets the value ofCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.getNfs()- Parameters:
nfs- Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty>- Returns:
- a new instance of
CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty - Throws:
NullPointerException- if any required attribute was not provided
-