Class CfnDatasetPropsMixin.ActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.ActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.ActionProperty>
- Enclosing interface:
CfnDatasetPropsMixin.ActionProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.ActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.ActionProperty>
A builder for
CfnDatasetPropsMixin.ActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getActionName()build()Builds the configured instance.containerAction(CfnDatasetPropsMixin.ContainerActionProperty containerAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getContainerAction()containerAction(IResolvable containerAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getContainerAction()queryAction(CfnDatasetPropsMixin.QueryActionProperty queryAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getQueryAction()queryAction(IResolvable queryAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getQueryAction()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionName
Sets the value ofCfnDatasetPropsMixin.ActionProperty.getActionName()- Parameters:
actionName- The name of the data set action by which data set contents are automatically created.- Returns:
this
-
containerAction
@Stability(Stable) public CfnDatasetPropsMixin.ActionProperty.Builder containerAction(IResolvable containerAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getContainerAction()- Parameters:
containerAction- Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.- Returns:
this
-
containerAction
@Stability(Stable) public CfnDatasetPropsMixin.ActionProperty.Builder containerAction(CfnDatasetPropsMixin.ContainerActionProperty containerAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getContainerAction()- Parameters:
containerAction- Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.- Returns:
this
-
queryAction
@Stability(Stable) public CfnDatasetPropsMixin.ActionProperty.Builder queryAction(IResolvable queryAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getQueryAction()- Parameters:
queryAction- An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.- Returns:
this
-
queryAction
@Stability(Stable) public CfnDatasetPropsMixin.ActionProperty.Builder queryAction(CfnDatasetPropsMixin.QueryActionProperty queryAction) Sets the value ofCfnDatasetPropsMixin.ActionProperty.getQueryAction()- Parameters:
queryAction- An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.ActionProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.ActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-