Interface ParameterConstraints.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ParameterConstraints.Builder,ParameterConstraints>, SdkBuilder<ParameterConstraints.Builder,ParameterConstraints>, SdkPojo
Enclosing class:
ParameterConstraints

public static interface ParameterConstraints.Builder extends SdkPojo, CopyableBuilder<ParameterConstraints.Builder,ParameterConstraints>
  • Method Details

    • allowedValues

      ParameterConstraints.Builder allowedValues(Collection<String> allowedValues)

      A list of values that are permitted for a parameter.

      Parameters:
      allowedValues - A list of values that are permitted for a parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValues

      ParameterConstraints.Builder allowedValues(String... allowedValues)

      A list of values that are permitted for a parameter.

      Parameters:
      allowedValues - A list of values that are permitted for a parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.