Class CredentialIntParameterBuilder
-
- All Implemented Interfaces:
public final class CredentialIntParameterBuilder
-
-
Constructor Summary
Constructors Constructor Description CredentialIntParameterBuilder(String key)
-
Method Summary
Modifier and Type Method Description final StringgetLabel()Label that is displayed in the VMware Aria Operations UI. final UnitsetLabel(String label)Label that is displayed in the VMware Aria Operations UI. final BooleangetRequired()True if user is required to provide this parameter. final UnitsetRequired(Boolean required)True if user is required to provide this parameter. final StringgetKey()Used to identify the parameter. final CredentialIntParameterbuild(Integer displayOrder)-
-
Constructor Detail
-
CredentialIntParameterBuilder
CredentialIntParameterBuilder(String key)
-
-
Method Detail
-
getLabel
final String getLabel()
Label that is displayed in the VMware Aria Operations UI. Defaults to the key.
-
setLabel
final Unit setLabel(String label)
Label that is displayed in the VMware Aria Operations UI. Defaults to the key.
-
getRequired
final Boolean getRequired()
True if user is required to provide this parameter. Defaults to True.
-
setRequired
final Unit setRequired(Boolean required)
True if user is required to provide this parameter. Defaults to True.
-
build
final CredentialIntParameter build(Integer displayOrder)
-
-
-
-