Class CfnTemplatePropsMixin.QueryExecutionOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.QueryExecutionOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.QueryExecutionOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.QueryExecutionOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.QueryExecutionOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.QueryExecutionOptionsProperty>
A builder for
CfnTemplatePropsMixin.QueryExecutionOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.queryExecutionMode(String queryExecutionMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queryExecutionMode
@Stability(Stable) public CfnTemplatePropsMixin.QueryExecutionOptionsProperty.Builder queryExecutionMode(String queryExecutionMode) - Parameters:
queryExecutionMode- A structure that describes the query execution mode.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.QueryExecutionOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.QueryExecutionOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-