Interface StringParameter.Builder

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

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

    • name

      A display name for a string parameter.

      Parameters:
      name - A display name for a string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values of a string parameter.

      Parameters:
      values - The values of a string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      StringParameter.Builder values(String... values)

      The values of a string parameter.

      Parameters:
      values - The values of a string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.