Interface ListBenefitAllocationsRequest.Builder

  • Method Details

    • catalog

      The catalog identifier to filter benefit allocations by catalog.

      Parameters:
      catalog - The catalog identifier to filter benefit allocations by catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentTypesWithStrings

      ListBenefitAllocationsRequest.Builder fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes)

      Filter benefit allocations by specific fulfillment types.

      Parameters:
      fulfillmentTypes - Filter benefit allocations by specific fulfillment types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentTypesWithStrings

      ListBenefitAllocationsRequest.Builder fulfillmentTypesWithStrings(String... fulfillmentTypes)

      Filter benefit allocations by specific fulfillment types.

      Parameters:
      fulfillmentTypes - Filter benefit allocations by specific fulfillment types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentTypes

      Filter benefit allocations by specific fulfillment types.

      Parameters:
      fulfillmentTypes - Filter benefit allocations by specific fulfillment types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentTypes

      ListBenefitAllocationsRequest.Builder fulfillmentTypes(FulfillmentType... fulfillmentTypes)

      Filter benefit allocations by specific fulfillment types.

      Parameters:
      fulfillmentTypes - Filter benefit allocations by specific fulfillment types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • benefitIdentifiers

      ListBenefitAllocationsRequest.Builder benefitIdentifiers(Collection<String> benefitIdentifiers)

      Filter benefit allocations by specific benefit identifiers.

      Parameters:
      benefitIdentifiers - Filter benefit allocations by specific benefit identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • benefitIdentifiers

      ListBenefitAllocationsRequest.Builder benefitIdentifiers(String... benefitIdentifiers)

      Filter benefit allocations by specific benefit identifiers.

      Parameters:
      benefitIdentifiers - Filter benefit allocations by specific benefit identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • benefitApplicationIdentifiers

      ListBenefitAllocationsRequest.Builder benefitApplicationIdentifiers(Collection<String> benefitApplicationIdentifiers)

      Filter benefit allocations by specific benefit application identifiers.

      Parameters:
      benefitApplicationIdentifiers - Filter benefit allocations by specific benefit application identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • benefitApplicationIdentifiers

      ListBenefitAllocationsRequest.Builder benefitApplicationIdentifiers(String... benefitApplicationIdentifiers)

      Filter benefit allocations by specific benefit application identifiers.

      Parameters:
      benefitApplicationIdentifiers - Filter benefit allocations by specific benefit application identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      Filter benefit allocations by their current status.

      Parameters:
      status - Filter benefit allocations by their current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      ListBenefitAllocationsRequest.Builder statusWithStrings(String... status)

      Filter benefit allocations by their current status.

      Parameters:
      status - Filter benefit allocations by their current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filter benefit allocations by their current status.

      Parameters:
      status - Filter benefit allocations by their current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filter benefit allocations by their current status.

      Parameters:
      status - Filter benefit allocations by their current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of benefit allocations to return in a single response.

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

      A pagination token to retrieve the next set of results from a previous request.

      Parameters:
      nextToken - A pagination token to retrieve the next set of results from a previous request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListBenefitAllocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.