Interface ParameterAttribute.Builder

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

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

    • key

      The field identifier.

      Parameters:
      key - The field identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      ParameterAttribute.Builder stringValue(String stringValue)

      The field value, expressed as a String.

      Parameters:
      stringValue - The field value, expressed as a String.
      Returns:
      Returns a reference to this object so that method calls can be chained together.