Package com.oracle.bmc.opsi.model
Class CredentialsBySource.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.CredentialsBySource.Builder
-
- Enclosing class:
- CredentialsBySource
public static class CredentialsBySource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsBySource
build()
CredentialsBySource.Builder
copy(CredentialsBySource model)
CredentialsBySource.Builder
credentialSourceName(String credentialSourceName)
-
-
-
Method Detail
-
credentialSourceName
public CredentialsBySource.Builder credentialSourceName(String credentialSourceName)
-
build
public CredentialsBySource build()
-
copy
public CredentialsBySource.Builder copy(CredentialsBySource model)
-
-