Class SqlUpdateQueryProperties.Builder
- java.lang.Object
-
- com.oracle.bmc.stackmonitoring.model.SqlUpdateQueryProperties.Builder
-
- Enclosing class:
- SqlUpdateQueryProperties
public static class SqlUpdateQueryProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlUpdateQueryProperties
build()
SqlUpdateQueryProperties.Builder
copy(SqlUpdateQueryProperties model)
SqlUpdateQueryProperties.Builder
inParamDetails(List<SqlInParamDetails> inParamDetails)
List of values and position of PL/SQL procedure IN parametersSqlUpdateQueryProperties.Builder
outParamDetails(SqlOutParamDetails outParamDetails)
SqlUpdateQueryProperties.Builder
sqlDetails(SqlDetails sqlDetails)
SqlUpdateQueryProperties.Builder
sqlType(SqlQueryTypes sqlType)
Type of SQL data collection method i.e.
-
-
-
Method Detail
-
sqlType
public SqlUpdateQueryProperties.Builder sqlType(SqlQueryTypes sqlType)
Type of SQL data collection method i.e.either a Statement or SQL Script File
- Parameters:
sqlType
- the value to set- Returns:
- this builder
-
sqlDetails
public SqlUpdateQueryProperties.Builder sqlDetails(SqlDetails sqlDetails)
-
inParamDetails
public SqlUpdateQueryProperties.Builder inParamDetails(List<SqlInParamDetails> inParamDetails)
List of values and position of PL/SQL procedure IN parameters- Parameters:
inParamDetails
- the value to set- Returns:
- this builder
-
outParamDetails
public SqlUpdateQueryProperties.Builder outParamDetails(SqlOutParamDetails outParamDetails)
-
build
public SqlUpdateQueryProperties build()
-
copy
public SqlUpdateQueryProperties.Builder copy(SqlUpdateQueryProperties model)
-
-