Class CfnTablePropsMixin.ViewRepresentationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.ViewRepresentationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.ViewRepresentationProperty>
- Enclosing interface:
CfnTablePropsMixin.ViewRepresentationProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.ViewRepresentationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.ViewRepresentationProperty>
A builder for
CfnTablePropsMixin.ViewRepresentationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getDialect()dialectVersion(String dialectVersion) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getDialectVersion()validationConnection(String validationConnection) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getValidationConnection()viewExpandedText(String viewExpandedText) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getViewExpandedText()viewOriginalText(String viewOriginalText) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getViewOriginalText()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dialect
@Stability(Stable) public CfnTablePropsMixin.ViewRepresentationProperty.Builder dialect(String dialect) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getDialect()- Parameters:
dialect- the value to be set.- Returns:
this
-
dialectVersion
@Stability(Stable) public CfnTablePropsMixin.ViewRepresentationProperty.Builder dialectVersion(String dialectVersion) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getDialectVersion()- Parameters:
dialectVersion- the value to be set.- Returns:
this
-
validationConnection
@Stability(Stable) public CfnTablePropsMixin.ViewRepresentationProperty.Builder validationConnection(String validationConnection) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getValidationConnection()- Parameters:
validationConnection- the value to be set.- Returns:
this
-
viewExpandedText
@Stability(Stable) public CfnTablePropsMixin.ViewRepresentationProperty.Builder viewExpandedText(String viewExpandedText) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getViewExpandedText()- Parameters:
viewExpandedText- the value to be set.- Returns:
this
-
viewOriginalText
@Stability(Stable) public CfnTablePropsMixin.ViewRepresentationProperty.Builder viewOriginalText(String viewOriginalText) Sets the value ofCfnTablePropsMixin.ViewRepresentationProperty.getViewOriginalText()- Parameters:
viewOriginalText- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.ViewRepresentationProperty>- Returns:
- a new instance of
CfnTablePropsMixin.ViewRepresentationProperty - Throws:
NullPointerException- if any required attribute was not provided
-