Interface ListEnvironmentOutputsResponse.Builder

    • Method Detail

      • nextToken

        ListEnvironmentOutputsResponse.Builder nextToken​(String nextToken)

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

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

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

        An array of environment outputs with detail data.

        Parameters:
        outputs - An array of environment outputs with detail data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        ListEnvironmentOutputsResponse.Builder outputs​(Output... outputs)

        An array of environment outputs with detail data.

        Parameters:
        outputs - An array of environment outputs with detail data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.