Interface ListEnvironmentOutputsResponse.Builder

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

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

    • 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

      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

      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

      An array of environment outputs with detail data.

      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: