@Stability(value=Stable) public static final class CfnDataset.ActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.ActionProperty>
CfnDataset.ActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.ActionProperty.Builder |
actionName(String actionName)
Sets the value of
CfnDataset.ActionProperty.getActionName() |
CfnDataset.ActionProperty |
build()
Builds the configured instance.
|
CfnDataset.ActionProperty.Builder |
containerAction(CfnDataset.ContainerActionProperty containerAction)
Sets the value of
CfnDataset.ActionProperty.getContainerAction() |
CfnDataset.ActionProperty.Builder |
containerAction(IResolvable containerAction)
Sets the value of
CfnDataset.ActionProperty.getContainerAction() |
CfnDataset.ActionProperty.Builder |
queryAction(CfnDataset.QueryActionProperty queryAction)
Sets the value of
CfnDataset.ActionProperty.getQueryAction() |
CfnDataset.ActionProperty.Builder |
queryAction(IResolvable queryAction)
Sets the value of
CfnDataset.ActionProperty.getQueryAction() |
@Stability(value=Stable) public CfnDataset.ActionProperty.Builder actionName(String actionName)
CfnDataset.ActionProperty.getActionName()actionName - The name of the data set action by which data set contents are automatically created. This parameter is required.this@Stability(value=Stable) public CfnDataset.ActionProperty.Builder containerAction(CfnDataset.ContainerActionProperty containerAction)
CfnDataset.ActionProperty.getContainerAction()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.this@Stability(value=Stable) public CfnDataset.ActionProperty.Builder containerAction(IResolvable containerAction)
CfnDataset.ActionProperty.getContainerAction()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.this@Stability(value=Stable) public CfnDataset.ActionProperty.Builder queryAction(CfnDataset.QueryActionProperty queryAction)
CfnDataset.ActionProperty.getQueryAction()queryAction - An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.this@Stability(value=Stable) public CfnDataset.ActionProperty.Builder queryAction(IResolvable queryAction)
CfnDataset.ActionProperty.getQueryAction()queryAction - An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.this@Stability(value=Stable) public CfnDataset.ActionProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.ActionProperty>CfnDataset.ActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.