Class CredentialStringParameterBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLabel() Label that is displayed in the VMware Aria Operations UI.
      final Unit setLabel(String label) Label that is displayed in the VMware Aria Operations UI.
      final Boolean getRequired() True if user is required to provide this parameter.
      final Unit setRequired(Boolean required) True if user is required to provide this parameter.
      final String getKey() Used to identify the parameter.
      final CredentialStringParameter build(Integer displayOrder)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CredentialStringParameterBuilder

        CredentialStringParameterBuilder(String key)