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 to include in a future DescribeAddonVersions request. When the results of a DescribeAddonVersions 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.

      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 to include in a future DescribeAddonVersions request. When the results of a DescribeAddonVersions 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.

      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.