Interface ViewRepresentationInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ViewRepresentationInput.Builder,ViewRepresentationInput>,SdkBuilder<ViewRepresentationInput.Builder,ViewRepresentationInput>,SdkPojo
- Enclosing class:
- ViewRepresentationInput
public static interface ViewRepresentationInput.Builder extends SdkPojo, CopyableBuilder<ViewRepresentationInput.Builder,ViewRepresentationInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewRepresentationInput.Builderdialect(String dialect)A parameter that specifies the engine type of a specific representation.ViewRepresentationInput.Builderdialect(ViewDialect dialect)A parameter that specifies the engine type of a specific representation.ViewRepresentationInput.BuilderdialectVersion(String dialectVersion)A parameter that specifies the version of the engine of a specific representation.ViewRepresentationInput.BuildervalidationConnection(String validationConnection)The name of the connection to be used to validate the specific representation of the view.ViewRepresentationInput.BuilderviewExpandedText(String viewExpandedText)A string that represents the SQL query that describes the view with expanded resource ARNsViewRepresentationInput.BuilderviewOriginalText(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 Detail
-
dialect
ViewRepresentationInput.Builder dialect(String 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:
ViewDialect,ViewDialect
-
dialect
ViewRepresentationInput.Builder dialect(ViewDialect 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:
ViewDialect,ViewDialect
-
dialectVersion
ViewRepresentationInput.Builder dialectVersion(String 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
ViewRepresentationInput.Builder viewOriginalText(String 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
ViewRepresentationInput.Builder validationConnection(String 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
ViewRepresentationInput.Builder viewExpandedText(String 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.
-
-