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 CredentialsBySourcebuild()CredentialsBySource.Buildercopy(CredentialsBySource model)CredentialsBySource.BuildercredentialSourceName(String credentialSourceName) 
 - 
 
- 
- 
Method Detail
- 
credentialSourceName
public CredentialsBySource.Builder credentialSourceName(String credentialSourceName)
 
- 
build
public CredentialsBySource build()
 
- 
copy
public CredentialsBySource.Builder copy(CredentialsBySource model)
 
 - 
 
 -