Interface ListServiceInstanceOutputsResponse.Builder

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

public static interface ListServiceInstanceOutputsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListServiceInstanceOutputsResponse.Builder,ListServiceInstanceOutputsResponse>
  • 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 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

      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

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