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