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