static ViewRepresentationInput.Builder |
ViewRepresentationInput.builder() |
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.dialect(String dialect) |
A parameter that specifies the engine type of a specific representation.
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.dialect(ViewDialect dialect) |
A parameter that specifies the engine type of a specific representation.
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.dialectVersion(String dialectVersion) |
A parameter that specifies the version of the engine of a specific representation.
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.toBuilder() |
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.validationConnection(String validationConnection) |
The name of the connection to be used to validate the specific representation of the view.
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.viewExpandedText(String viewExpandedText) |
A string that represents the SQL query that describes the view with expanded resource ARNs
|
ViewRepresentationInput.Builder |
ViewRepresentationInput.Builder.viewOriginalText(String viewOriginalText) |
A string that represents the original SQL query that describes the view.
|