public static class AddmDbSqlStatementCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbSqlStatementCollection |
build() |
AddmDbSqlStatementCollection.Builder |
copy(AddmDbSqlStatementCollection model) |
AddmDbSqlStatementCollection.Builder |
databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
|
AddmDbSqlStatementCollection.Builder |
items(List<AddmDbSqlStatementSummary> items)
List of SQL statements
|
AddmDbSqlStatementCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
AddmDbSqlStatementCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public AddmDbSqlStatementCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic AddmDbSqlStatementCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic AddmDbSqlStatementCollection.Builder databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
databaseDetailsItems
- the value to setpublic AddmDbSqlStatementCollection.Builder items(List<AddmDbSqlStatementSummary> items)
List of SQL statements
items
- the value to setpublic AddmDbSqlStatementCollection build()
public AddmDbSqlStatementCollection.Builder copy(AddmDbSqlStatementCollection model)
Copyright © 2016–2024. All rights reserved.