Class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetools.model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Builder
-
public static class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetailsbuild()DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Buildercopy(DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails model)DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Builderroles(List<String> roles)A list of database roles for the client.
-
-
-
Method Detail
-
roles
public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails.Builder roles(List<String> roles)
A list of database roles for the client.These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- Parameters:
roles- the value to set- Returns:
- this builder
-
build
public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails build()
-
-