Interface RecordOutput.Builder

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

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

    • outputKey

      RecordOutput.Builder outputKey(String outputKey)

      The output key.

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

      RecordOutput.Builder outputValue(String outputValue)

      The output value.

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

      RecordOutput.Builder description(String description)

      The description of the output.

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