Interface ListEksAnywhereSubscriptionsResponse.Builder

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

public static interface ListEksAnywhereSubscriptionsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListEksAnywhereSubscriptionsResponse.Builder,ListEksAnywhereSubscriptionsResponse>
  • Method Details

    • subscriptions

      A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.

      Parameters:
      subscriptions - A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptions

      A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.

      Parameters:
      subscriptions - A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptions

      A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.

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

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

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

      The nextToken value to include in a future ListEksAnywhereSubscriptions request. When the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value to include in a future ListEksAnywhereSubscriptions request. When the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use this value 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.