Class CfnPipeline.DatastoreProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnPipeline.DatastoreProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipeline.DatastoreProperty>
- Enclosing interface:
CfnPipeline.DatastoreProperty
@Stability(Stable)
public static final class CfnPipeline.DatastoreProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipeline.DatastoreProperty>
A builder for
CfnPipeline.DatastoreProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.datastoreName
(String datastoreName) Sets the value ofCfnPipeline.DatastoreProperty.getDatastoreName()
Sets the value ofCfnPipeline.DatastoreProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreName
Sets the value ofCfnPipeline.DatastoreProperty.getDatastoreName()
- Parameters:
datastoreName
- The name of the data store where processed messages are stored. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnPipeline.DatastoreProperty.getName()
- Parameters:
name
- The name of the datastore activity. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPipeline.DatastoreProperty>
- Returns:
- a new instance of
CfnPipeline.DatastoreProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-