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