Interface ListServiceInstanceOutputsResponse.Builder

    • Method Detail

      • nextToken

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

        ListServiceInstanceOutputsResponse.Builder outputs​(Collection<Output> outputs)

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

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

        ListServiceInstanceOutputsResponse.Builder outputs​(Output... outputs)

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

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