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