Interface ListComponentOutputsResponse.Builder

    • Method Detail

      • nextToken

        ListComponentOutputsResponse.Builder nextToken​(String 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

        ListComponentOutputsResponse.Builder outputs​(Collection<Output> 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

        ListComponentOutputsResponse.Builder outputs​(Output... 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.