Interface Parameter.Builder

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

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

    • name

      The name of the parameter.

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

      The type of the parameter.

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

      Parameter.Builder value(String value)

      The value of the parameter.

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