Interface ListServicePipelineOutputsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListServicePipelineOutputsResponse.Builder,ListServicePipelineOutputsResponse>, ProtonResponse.Builder, SdkBuilder<ListServicePipelineOutputsResponse.Builder,ListServicePipelineOutputsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListServicePipelineOutputsResponse

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

    • nextToken

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

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

      An array of service pipeline Infrastructure as Code (IaC) outputs.

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

      An array of service pipeline Infrastructure as Code (IaC) outputs.

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

      An array of service pipeline 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: