Interface OutputParameter.Builder

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

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

    • name

      The name of the output parameter.

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

      The value of the output parameter.

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