Interface Output.Builder

    • Method Detail

      • 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.