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 to assign a value to. This parameter name must match a named parameter in the pipeline definition.

      Parameters:
      name - The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Parameter.Builder value(String value)

      The literal value for the parameter.

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