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