Class CredentialProperty.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.CredentialProperty.Builder
 
- 
- Enclosing class:
- CredentialProperty
 
 public static class CredentialProperty.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialPropertybuild()CredentialProperty.Buildercopy(CredentialProperty model)CredentialProperty.Buildername(String name)The name of the credential property, should confirm with names of properties of this credential’s type.CredentialProperty.Buildervalue(String value)The value of the credential property name.
 
- 
- 
- 
Method Detail- 
namepublic CredentialProperty.Builder name(String name) The name of the credential property, should confirm with names of properties of this credential’s type.Example: For JMXCreds type, credential property name for weblogic user is ‘Username’. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic CredentialProperty.Builder value(String value) The value of the credential property name.Example: For JMXCreds type, credential property value for ‘Username’ property is ‘weblogic’. - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic CredentialProperty build() 
 - 
copypublic CredentialProperty.Builder copy(CredentialProperty model) 
 
- 
 
-