Class CredentialExecuteGrantee.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.CredentialExecuteGrantee.Builder
-
- Enclosing class:
- CredentialExecuteGrantee
public static class CredentialExecuteGrantee.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialExecuteGranteebuild()CredentialExecuteGrantee.Buildercopy(CredentialExecuteGrantee model)CredentialExecuteGrantee.Builderkey(String key)The name of the user to grant the EXECUTE privilege on the credential.
-
-
-
Method Detail
-
key
public CredentialExecuteGrantee.Builder key(String key)
The name of the user to grant the EXECUTE privilege on the credential.- Parameters:
key- the value to set- Returns:
- this builder
-
build
public CredentialExecuteGrantee build()
-
copy
public CredentialExecuteGrantee.Builder copy(CredentialExecuteGrantee model)
-
-