Class EncryptedCredentials.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.EncryptedCredentials.Builder
 
- 
- Enclosing class:
- EncryptedCredentials
 
 public static class EncryptedCredentials.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedCredentialsbuild()EncryptedCredentials.Buildercopy(EncryptedCredentials model)EncryptedCredentials.Builderdescription(String description)EncryptedCredentials.BuilderkeyId(String keyId)The master key should be created in OCI Vault owned by the client of this API.EncryptedCredentials.Buildername(String name)EncryptedCredentials.Builderproperties(List<CredentialProperty> properties)The credential properties list.EncryptedCredentials.Buildersource(String source)EncryptedCredentials.Buildertype(String type)
 
- 
- 
- 
Method Detail- 
sourcepublic EncryptedCredentials.Builder source(String source) 
 - 
namepublic EncryptedCredentials.Builder name(String name) 
 - 
typepublic EncryptedCredentials.Builder type(String type) 
 - 
descriptionpublic EncryptedCredentials.Builder description(String description) 
 - 
keyIdpublic EncryptedCredentials.Builder keyId(String keyId) The master key should be created in OCI Vault owned by the client of this API.The user should have permission to access the vault key. - Parameters:
- keyId- the value to set
- Returns:
- this builder
 
 - 
propertiespublic EncryptedCredentials.Builder properties(List<CredentialProperty> properties) The credential properties list.Credential property values will be encrypted format. - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
buildpublic EncryptedCredentials build() 
 - 
copypublic EncryptedCredentials.Builder copy(EncryptedCredentials model) 
 
- 
 
-