Class LocationFSxOpenZFSReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.datasync.LocationFSxOpenZFSReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LocationFSxOpenZFSReference>
- Enclosing interface:
LocationFSxOpenZFSReference
@Stability(Stable)
public static final class LocationFSxOpenZFSReference.Builder
extends Object
implements software.amazon.jsii.Builder<LocationFSxOpenZFSReference>
A builder for
LocationFSxOpenZFSReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.locationArn(String locationArn) Sets the value ofLocationFSxOpenZFSReference.getLocationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
locationArn
Sets the value ofLocationFSxOpenZFSReference.getLocationArn()- Parameters:
locationArn- The LocationArn of the LocationFSxOpenZFS resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LocationFSxOpenZFSReference>- Returns:
- a new instance of
LocationFSxOpenZFSReference - Throws:
NullPointerException- if any required attribute was not provided
-