Class QuicksightDataSourceParametersPresto.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceParametersPresto.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDataSourceParametersPresto>
- Enclosing interface:
- QuicksightDataSourceParametersPresto
@Stability(Stable) public static final class QuicksightDataSourceParametersPresto.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDataSourceParametersPresto>
A builder forQuicksightDataSourceParametersPresto
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDataSourceParametersPrestobuild()Builds the configured instance.QuicksightDataSourceParametersPresto.Buildercatalog(String catalog)Sets the value ofQuicksightDataSourceParametersPresto.getCatalog()QuicksightDataSourceParametersPresto.Builderhost(String host)Sets the value ofQuicksightDataSourceParametersPresto.getHost()QuicksightDataSourceParametersPresto.Builderport(Number port)Sets the value ofQuicksightDataSourceParametersPresto.getPort()
-
-
-
Method Detail
-
catalog
@Stability(Stable) public QuicksightDataSourceParametersPresto.Builder catalog(String catalog)
Sets the value ofQuicksightDataSourceParametersPresto.getCatalog()- Parameters:
catalog- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#catalog QuicksightDataSource#catalog}. This parameter is required.- Returns:
this
-
host
@Stability(Stable) public QuicksightDataSourceParametersPresto.Builder host(String host)
Sets the value ofQuicksightDataSourceParametersPresto.getHost()- Parameters:
host- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. This parameter is required.- Returns:
this
-
port
@Stability(Stable) public QuicksightDataSourceParametersPresto.Builder port(Number port)
Sets the value ofQuicksightDataSourceParametersPresto.getPort()- Parameters:
port- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public QuicksightDataSourceParametersPresto build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDataSourceParametersPresto>- Returns:
- a new instance of
QuicksightDataSourceParametersPresto - Throws:
NullPointerException- if any required attribute was not provided
-
-