Class CfnExportPropsMixin.DataQueryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.DataQueryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportPropsMixin.DataQueryProperty>
- Enclosing interface:
CfnExportPropsMixin.DataQueryProperty
@Stability(Stable)
public static final class CfnExportPropsMixin.DataQueryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportPropsMixin.DataQueryProperty>
A builder for
CfnExportPropsMixin.DataQueryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.queryStatement(String queryStatement) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getQueryStatement()tableConfigurations(Map<String, ? extends Object> tableConfigurations) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getTableConfigurations()tableConfigurations(IResolvable tableConfigurations) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getTableConfigurations()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queryStatement
@Stability(Stable) public CfnExportPropsMixin.DataQueryProperty.Builder queryStatement(String queryStatement) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getQueryStatement()- Parameters:
queryStatement- The query statement.- Returns:
this
-
tableConfigurations
@Stability(Stable) public CfnExportPropsMixin.DataQueryProperty.Builder tableConfigurations(IResolvable tableConfigurations) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getTableConfigurations()- Parameters:
tableConfigurations- The table configuration.- Returns:
this
-
tableConfigurations
@Stability(Stable) public CfnExportPropsMixin.DataQueryProperty.Builder tableConfigurations(Map<String, ? extends Object> tableConfigurations) Sets the value ofCfnExportPropsMixin.DataQueryProperty.getTableConfigurations()- Parameters:
tableConfigurations- The table configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExportPropsMixin.DataQueryProperty>- Returns:
- a new instance of
CfnExportPropsMixin.DataQueryProperty - Throws:
NullPointerException- if any required attribute was not provided
-