Class CfnDataSourcePropsMixin.StarburstParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.StarburstParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.StarburstParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.StarburstParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.StarburstParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.StarburstParametersProperty>
A builder for
CfnDataSourcePropsMixin.StarburstParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationType(String authenticationType) build()Builds the configured instance.Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getCatalog()databaseAccessControlRole(String databaseAccessControlRole) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getHost()oAuthParameters(CfnDataSourcePropsMixin.OAuthParametersProperty oAuthParameters) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getOAuthParameters()oAuthParameters(IResolvable oAuthParameters) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getOAuthParameters()Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getPort()productType(String productType) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getProductType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationType
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder authenticationType(String authenticationType) - Parameters:
authenticationType- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.- Returns:
this
-
catalog
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder catalog(String catalog) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getCatalog()- Parameters:
catalog- The catalog name for the Starburst data source.- Returns:
this
-
databaseAccessControlRole
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder databaseAccessControlRole(String databaseAccessControlRole) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getDatabaseAccessControlRole()- Parameters:
databaseAccessControlRole- The database access control role.- Returns:
this
-
host
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder host(String host) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getHost()- Parameters:
host- The host name of the Starburst data source.- Returns:
this
-
oAuthParameters
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder oAuthParameters(IResolvable oAuthParameters) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getOAuthParameters()- Parameters:
oAuthParameters- An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.- Returns:
this
-
oAuthParameters
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder oAuthParameters(CfnDataSourcePropsMixin.OAuthParametersProperty oAuthParameters) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getOAuthParameters()- Parameters:
oAuthParameters- An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.- Returns:
this
-
port
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder port(Number port) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getPort()- Parameters:
port- The port for the Starburst data source.- Returns:
this
-
productType
@Stability(Stable) public CfnDataSourcePropsMixin.StarburstParametersProperty.Builder productType(String productType) Sets the value ofCfnDataSourcePropsMixin.StarburstParametersProperty.getProductType()- Parameters:
productType- The product type for the Starburst data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.StarburstParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.StarburstParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-