public static class CredentialProperty.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CredentialProperty |
build() |
CredentialProperty.Builder |
copy(CredentialProperty model) |
CredentialProperty.Builder |
name(String name)
The name of the credential property, should confirm with names of properties of this
credential’s type.
|
CredentialProperty.Builder |
value(String value)
The value of the credential property name.
|
public 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’.
name
- the value to setpublic CredentialProperty.Builder value(String value)
The value of the credential property name. Example: For JMXCreds type, credential property value for ‘Username’ property is ‘weblogic’.
value
- the value to setpublic CredentialProperty build()
public CredentialProperty.Builder copy(CredentialProperty model)
Copyright © 2016–2024. All rights reserved.