Interface PreparedStatementSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PreparedStatementSummary.Builder,PreparedStatementSummary>, SdkBuilder<PreparedStatementSummary.Builder,PreparedStatementSummary>, SdkPojo
Enclosing class:
PreparedStatementSummary

public static interface PreparedStatementSummary.Builder extends SdkPojo, CopyableBuilder<PreparedStatementSummary.Builder,PreparedStatementSummary>
  • Method Details

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