Interface PreparedStatementSummary.Builder

    • Method Detail

      • statementName

        PreparedStatementSummary.Builder statementName​(String statementName)

        The name of the prepared statement.

        Parameters:
        statementName - The name of the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        PreparedStatementSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time of the prepared statement.

        Parameters:
        lastModifiedTime - The last modified time of the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.