Class CredentialExecuteGranteeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.CredentialExecuteGranteeSummary.Builder
-
- Enclosing class:
- CredentialExecuteGranteeSummary
public static class CredentialExecuteGranteeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialExecuteGranteeSummarybuild()CredentialExecuteGranteeSummary.Buildercopy(CredentialExecuteGranteeSummary model)CredentialExecuteGranteeSummary.Builderkey(String key)The name of the user to grant the EXECUTE privilege on the credential.
-
-
-
Method Detail
-
key
public CredentialExecuteGranteeSummary.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 CredentialExecuteGranteeSummary build()
-
copy
public CredentialExecuteGranteeSummary.Builder copy(CredentialExecuteGranteeSummary model)
-
-