Interface CfnTable.ViewRepresentationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTable.ViewRepresentationProperty.Jsii$Proxy
- Enclosing class:
CfnTable
@Stability(Stable)
public static interface CfnTable.ViewRepresentationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
ViewRepresentationProperty viewRepresentationProperty = ViewRepresentationProperty.builder()
.dialect("dialect")
.dialectVersion("dialectVersion")
.validationConnection("validationConnection")
.viewExpandedText("viewExpandedText")
.viewOriginalText("viewOriginalText")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTable.ViewRepresentationPropertystatic final classAn implementation forCfnTable.ViewRepresentationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDialect
- See Also:
-
getDialectVersion
- See Also:
-
getValidationConnection
- See Also:
-
getViewExpandedText
- See Also:
-
getViewOriginalText
- See Also:
-
builder
-