Package com.oracle.bmc.opsi.model
Class SqlSearchCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SqlSearchCollection.Builder
-
- Enclosing class:
- SqlSearchCollection
public static class SqlSearchCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlSearchCollection
build()
SqlSearchCollection.Builder
copy(SqlSearchCollection model)
SqlSearchCollection.Builder
items(List<SqlSearchSummary> items)
List of Databases executing the sql.SqlSearchCollection.Builder
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.SqlSearchCollection.Builder
sqlText(String sqlText)
SQL Statement TextSqlSearchCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.SqlSearchCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
sqlIdentifier
public SqlSearchCollection.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.- Parameters:
sqlIdentifier
- the value to set- Returns:
- this builder
-
sqlText
public SqlSearchCollection.Builder sqlText(String sqlText)
SQL Statement Text- Parameters:
sqlText
- the value to set- Returns:
- this builder
-
timeIntervalStart
public SqlSearchCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SqlSearchCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
items
public SqlSearchCollection.Builder items(List<SqlSearchSummary> items)
List of Databases executing the sql.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SqlSearchCollection build()
-
copy
public SqlSearchCollection.Builder copy(SqlSearchCollection model)
-
-