Interface ListComponentOutputsResponse.Builder

  • Method Details

    • nextToken

      A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.

      Parameters:
      nextToken - A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      An array of component Infrastructure as Code (IaC) outputs.

      Parameters:
      outputs - An array of component Infrastructure as Code (IaC) outputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      An array of component Infrastructure as Code (IaC) outputs.

      Parameters:
      outputs - An array of component Infrastructure as Code (IaC) outputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      An array of component Infrastructure as Code (IaC) outputs.

      This is a convenience method that creates an instance of the Output.Builder avoiding the need to create one manually via Output.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputs(List<Output>).

      Parameters:
      outputs - a consumer that will call methods on Output.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: