Interface ViewRepresentationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViewRepresentationInput.Builder,
,ViewRepresentationInput> SdkBuilder<ViewRepresentationInput.Builder,
,ViewRepresentationInput> SdkPojo
- Enclosing class:
ViewRepresentationInput
@Mutable
@NotThreadSafe
public static interface ViewRepresentationInput.Builder
extends SdkPojo, CopyableBuilder<ViewRepresentationInput.Builder,ViewRepresentationInput>
-
Method Summary
Modifier and TypeMethodDescriptionA parameter that specifies the engine type of a specific representation.dialect
(ViewDialect dialect) A parameter that specifies the engine type of a specific representation.dialectVersion
(String dialectVersion) A parameter that specifies the version of the engine of a specific representation.validationConnection
(String validationConnection) The name of the connection to be used to validate the specific representation of the view.viewExpandedText
(String viewExpandedText) A string that represents the SQL query that describes the view with expanded resource ARNsviewOriginalText
(String viewOriginalText) A string that represents the original SQL query that describes the view.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dialect
A parameter that specifies the engine type of a specific representation.
- Parameters:
dialect
- A parameter that specifies the engine type of a specific representation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dialect
A parameter that specifies the engine type of a specific representation.
- Parameters:
dialect
- A parameter that specifies the engine type of a specific representation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dialectVersion
A parameter that specifies the version of the engine of a specific representation.
- Parameters:
dialectVersion
- A parameter that specifies the version of the engine of a specific representation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewOriginalText
A string that represents the original SQL query that describes the view.
- Parameters:
viewOriginalText
- A string that represents the original SQL query that describes the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationConnection
The name of the connection to be used to validate the specific representation of the view.
- Parameters:
validationConnection
- The name of the connection to be used to validate the specific representation of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewExpandedText
A string that represents the SQL query that describes the view with expanded resource ARNs
- Parameters:
viewExpandedText
- A string that represents the SQL query that describes the view with expanded resource ARNs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-