Class SqlDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.stackmonitoring.model.SqlDetails.Builder
-
- Enclosing class:
- SqlDetails
public static class SqlDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlDetails
build()
SqlDetails.Builder
content(String content)
Sql statement or script file content as base64 encoded stringSqlDetails.Builder
copy(SqlDetails model)
SqlDetails.Builder
scriptFileName(String scriptFileName)
If a script needs to be executed, then provide file name of the script
-
-
-
Method Detail
-
scriptFileName
public SqlDetails.Builder scriptFileName(String scriptFileName)
If a script needs to be executed, then provide file name of the script- Parameters:
scriptFileName
- the value to set- Returns:
- this builder
-
content
public SqlDetails.Builder content(String content)
Sql statement or script file content as base64 encoded string- Parameters:
content
- the value to set- Returns:
- this builder
-
build
public SqlDetails build()
-
copy
public SqlDetails.Builder copy(SqlDetails model)
-
-