Class CredentialExecuteGranteeCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.CredentialExecuteGranteeCollection.Builder
-
- Enclosing class:
- CredentialExecuteGranteeCollection
public static class CredentialExecuteGranteeCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialExecuteGranteeCollectionbuild()CredentialExecuteGranteeCollection.Buildercopy(CredentialExecuteGranteeCollection model)CredentialExecuteGranteeCollection.Builderitems(List<CredentialExecuteGranteeSummary> items)Array of CredentialExecuteGranteeSummary items.
-
-
-
Method Detail
-
items
public CredentialExecuteGranteeCollection.Builder items(List<CredentialExecuteGranteeSummary> items)
Array of CredentialExecuteGranteeSummary items.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public CredentialExecuteGranteeCollection build()
-
copy
public CredentialExecuteGranteeCollection.Builder copy(CredentialExecuteGranteeCollection model)
-
-