Interface GetEntitlementsRequest.Builder

    • Method Detail

      • productCode

        GetEntitlementsRequest.Builder productCode​(String productCode)

        Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.

        Parameters:
        productCode - Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterWithStrings

        GetEntitlementsRequest.Builder filterWithStrings​(Map<String,​? extends Collection<String>> filter)

        Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.

        Parameters:
        filter - Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        GetEntitlementsRequest.Builder filter​(Map<GetEntitlementFilterName,​? extends Collection<String>> filter)

        Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.

        Parameters:
        filter - Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetEntitlementsRequest.Builder nextToken​(String nextToken)

        For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.

        Parameters:
        nextToken - For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetEntitlementsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.

        Parameters:
        maxResults - The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.