Interface DescribeAddonVersionsRequest.Builder

    • Method Detail

      • kubernetesVersion

        DescribeAddonVersionsRequest.Builder kubernetesVersion​(String kubernetesVersion)

        The Kubernetes versions that you can use the add-on with.

        Parameters:
        kubernetesVersion - The Kubernetes versions that you can use the add-on with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeAddonVersionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

        Parameters:
        maxResults - The maximum number of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAddonVersionsRequest.Builder nextToken​(String nextToken)

        The nextToken value returned from a previous paginated DescribeAddonVersionsRequest 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 DescribeAddonVersionsRequest 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.
      • addonName

        DescribeAddonVersionsRequest.Builder addonName​(String addonName)

        The name of the add-on. The name must match one of the names returned by ListAddons .

        Parameters:
        addonName - The name of the add-on. The name must match one of the names returned by ListAddons .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        DescribeAddonVersionsRequest.Builder types​(Collection<String> types)

        The type of the add-on. For valid types, don't specify a value for this property.

        Parameters:
        types - The type of the add-on. For valid types, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        DescribeAddonVersionsRequest.Builder types​(String... types)

        The type of the add-on. For valid types, don't specify a value for this property.

        Parameters:
        types - The type of the add-on. For valid types, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publishers

        DescribeAddonVersionsRequest.Builder publishers​(Collection<String> publishers)

        The publisher of the add-on. For valid publishers, don't specify a value for this property.

        Parameters:
        publishers - The publisher of the add-on. For valid publishers, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publishers

        DescribeAddonVersionsRequest.Builder publishers​(String... publishers)

        The publisher of the add-on. For valid publishers, don't specify a value for this property.

        Parameters:
        publishers - The publisher of the add-on. For valid publishers, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owners

        DescribeAddonVersionsRequest.Builder owners​(Collection<String> owners)

        The owner of the add-on. For valid owners, don't specify a value for this property.

        Parameters:
        owners - The owner of the add-on. For valid owners, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owners

        DescribeAddonVersionsRequest.Builder owners​(String... owners)

        The owner of the add-on. For valid owners, don't specify a value for this property.

        Parameters:
        owners - The owner of the add-on. For valid owners, don't specify a value for this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.