Package com.oracle.bmc.opsi.model
Class AddmDbSqlStatementCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AddmDbSqlStatementCollection.Builder
-
- Enclosing class:
- AddmDbSqlStatementCollection
public static class AddmDbSqlStatementCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmDbSqlStatementCollection
build()
AddmDbSqlStatementCollection.Builder
copy(AddmDbSqlStatementCollection model)
AddmDbSqlStatementCollection.Builder
databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details dataAddmDbSqlStatementCollection.Builder
items(List<AddmDbSqlStatementSummary> items)
List of SQL statementsAddmDbSqlStatementCollection.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.
-
-
-
Method Detail
-
timeIntervalStart
public AddmDbSqlStatementCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public AddmDbSqlStatementCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
databaseDetailsItems
public AddmDbSqlStatementCollection.Builder databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data- Parameters:
databaseDetailsItems
- the value to set- Returns:
- this builder
-
items
public AddmDbSqlStatementCollection.Builder items(List<AddmDbSqlStatementSummary> items)
List of SQL statements- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AddmDbSqlStatementCollection build()
-
copy
public AddmDbSqlStatementCollection.Builder copy(AddmDbSqlStatementCollection model)
-
-