Interface Output.Builder

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

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

    • key

      The output key.

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

      Output.Builder valueString(String valueString)

      The output value.

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