Interface ListBenefitAllocationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBenefitAllocationsRequest.Builder,,ListBenefitAllocationsRequest> PartnerCentralBenefitsRequest.Builder,SdkBuilder<ListBenefitAllocationsRequest.Builder,,ListBenefitAllocationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBenefitAllocationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbenefitApplicationIdentifiers(String... benefitApplicationIdentifiers) Filter benefit allocations by specific benefit application identifiers.benefitApplicationIdentifiers(Collection<String> benefitApplicationIdentifiers) Filter benefit allocations by specific benefit application identifiers.benefitIdentifiers(String... benefitIdentifiers) Filter benefit allocations by specific benefit identifiers.benefitIdentifiers(Collection<String> benefitIdentifiers) Filter benefit allocations by specific benefit identifiers.The catalog identifier to filter benefit allocations by catalog.fulfillmentTypes(Collection<FulfillmentType> fulfillmentTypes) Filter benefit allocations by specific fulfillment types.fulfillmentTypes(FulfillmentType... fulfillmentTypes) Filter benefit allocations by specific fulfillment types.fulfillmentTypesWithStrings(String... fulfillmentTypes) Filter benefit allocations by specific fulfillment types.fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes) Filter benefit allocations by specific fulfillment types.maxResults(Integer maxResults) The maximum number of benefit allocations to return in a single response.A pagination token to retrieve the next set of results from a previous request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.status(Collection<BenefitAllocationStatus> status) Filter benefit allocations by their current status.status(BenefitAllocationStatus... status) Filter benefit allocations by their current status.statusWithStrings(String... status) Filter benefit allocations by their current status.statusWithStrings(Collection<String> status) Filter benefit allocations by their current status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralbenefits.model.PartnerCentralBenefitsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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(Collection<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.
-
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
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
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
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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBenefitAllocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-