Class CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.TableReferenceProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.TableReferenceProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.TableReferenceProperty>
A builder for
CfnConfiguredTablePropsMixin.TableReferenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getAthena()athena(IResolvable athena) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getAthena()build()Builds the configured instance.Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getGlue()glue(IResolvable glue) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getGlue()Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getSnowflake()snowflake(IResolvable snowflake) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getSnowflake()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
athena
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder athena(IResolvable athena) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getAthena()- Parameters:
athena- If present, a reference to the Athena table referred to by this table reference.- Returns:
this
-
athena
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder athena(CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty athena) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getAthena()- Parameters:
athena- If present, a reference to the Athena table referred to by this table reference.- Returns:
this
-
glue
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder glue(IResolvable glue) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getGlue()- Parameters:
glue- If present, a reference to the AWS Glue table referred to by this table reference.- Returns:
this
-
glue
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder glue(CfnConfiguredTablePropsMixin.GlueTableReferenceProperty glue) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getGlue()- Parameters:
glue- If present, a reference to the AWS Glue table referred to by this table reference.- Returns:
this
-
snowflake
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder snowflake(IResolvable snowflake) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getSnowflake()- Parameters:
snowflake- If present, a reference to the Snowflake table referred to by this table reference.- Returns:
this
-
snowflake
@Stability(Stable) public CfnConfiguredTablePropsMixin.TableReferenceProperty.Builder snowflake(CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty snowflake) Sets the value ofCfnConfiguredTablePropsMixin.TableReferenceProperty.getSnowflake()- Parameters:
snowflake- If present, a reference to the Snowflake table referred to by this table reference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.TableReferenceProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.TableReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-