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

    • outputKey

      Output.Builder outputKey(String outputKey)

      The key associated with the output.

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

      Output.Builder outputValue(String outputValue)

      The value associated with the output.

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

      Output.Builder description(String description)

      User defined description associated with the output.

      Parameters:
      description - User defined description associated with the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportName

      Output.Builder exportName(String exportName)

      The name of the export associated with the output.

      Parameters:
      exportName - The name of the export associated with the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.