Interface DescribeLagsResponse.Builder

  • Method Details

    • lags

      The LAGs.

      Parameters:
      lags - The LAGs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lags

      The LAGs.

      Parameters:
      lags - The LAGs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lags

      The LAGs.

      This is a convenience method that creates an instance of the Lag.Builder avoiding the need to create one manually via Lag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lags(List<Lag>).

      Parameters:
      lags - a consumer that will call methods on Lag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      DescribeLagsResponse.Builder nextToken(String nextToken)

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.