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