Interface ViewRepresentationInput.Builder

    • 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.