Interface DescribeAddonVersionsResponse.Builder

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

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

    • addons

      The list of available versions with Kubernetes version compatibility and other properties.

      Parameters:
      addons - The list of available versions with Kubernetes version compatibility and other properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addons

      The list of available versions with Kubernetes version compatibility and other properties.

      Parameters:
      addons - The list of available versions with Kubernetes version compatibility and other properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addons

      The list of available versions with Kubernetes version compatibility and other properties.

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

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

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

      The nextToken value returned from a previous paginated DescribeAddonVersionsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

      Parameters:
      nextToken - The nextToken value returned from a previous paginated DescribeAddonVersionsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

      Returns:
      Returns a reference to this object so that method calls can be chained together.