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