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