public class ProviderConfigurationBuilder.ProviderConfigPropertyBuilder extends Object
Constructor and Description |
---|
ProviderConfigPropertyBuilder() |
Modifier and Type | Method and Description |
---|---|
ProviderConfigurationBuilder |
add()
Add the current property, and start building the next one
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
defaultValue(Object defaultValue)
Default value that will be shown when configuring this property for the first time
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
helpText(String helpText)
Help text that will be shown for this configuration property in the admin console
when you hover over the tooltip
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
label(String label)
Label that will be shown for this configuration property in the admin console
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
name(String name) |
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
options(List<String> options)
If configuring a list type, these are the options you can choose from.
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
options(String... options)
If configuring a list type, these are the options you can choose from.
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
secret(boolean secret)
If turned on, this property is only writable and never readable.
|
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder |
type(String type)
Property type.
|
public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder name(String name)
public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder label(String label)
label
- public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder helpText(String helpText)
helpText
- public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder type(String type)
type
- ProviderConfigProperty
public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder defaultValue(Object defaultValue)
defaultValue
- public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder options(String... options)
options
- public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder options(List<String> options)
options
- public ProviderConfigurationBuilder.ProviderConfigPropertyBuilder secret(boolean secret)
secret
- public ProviderConfigurationBuilder add()
Copyright © 2019 JBoss by Red Hat. All rights reserved.