Interface ListBenefitApplicationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBenefitApplicationsRequest.Builder,,ListBenefitApplicationsRequest> PartnerCentralBenefitsRequest.Builder,SdkBuilder<ListBenefitApplicationsRequest.Builder,,ListBenefitApplicationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBenefitApplicationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionassociatedResourceArns(String... associatedResourceArns) Filter benefit applications by specific AWS resource ARNs.associatedResourceArns(Collection<String> associatedResourceArns) Filter benefit applications by specific AWS resource ARNs.associatedResources(Collection<AssociatedResource> associatedResources) Deprecated.This field is no longer used.associatedResources(Consumer<AssociatedResource.Builder>... associatedResources) Deprecated.This field is no longer used.associatedResources(AssociatedResource... associatedResources) Deprecated.This field is no longer used.benefitIdentifiers(String... benefitIdentifiers) Filter benefit applications by specific benefit identifiers.benefitIdentifiers(Collection<String> benefitIdentifiers) Filter benefit applications by specific benefit identifiers.The catalog identifier to filter benefit applications by catalog.fulfillmentTypes(Collection<FulfillmentType> fulfillmentTypes) Filter benefit applications by specific fulfillment types.fulfillmentTypes(FulfillmentType... fulfillmentTypes) Filter benefit applications by specific fulfillment types.fulfillmentTypesWithStrings(String... fulfillmentTypes) Filter benefit applications by specific fulfillment types.fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes) Filter benefit applications by specific fulfillment types.maxResults(Integer maxResults) The maximum number of benefit applications 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.Filter benefit applications by specific AWS partner programs.programs(Collection<String> programs) Filter benefit applications by specific AWS partner programs.Filter benefit applications by their current processing stage.stages(Collection<String> stages) Filter benefit applications by their current processing stage.status(Collection<BenefitApplicationStatus> status) Filter benefit applications by their current processing status.status(BenefitApplicationStatus... status) Filter benefit applications by their current processing status.statusWithStrings(String... status) Filter benefit applications by their current processing status.statusWithStrings(Collection<String> status) Filter benefit applications by their current processing 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 applications by catalog.
- Parameters:
catalog- The catalog identifier to filter benefit applications by catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programs
Filter benefit applications by specific AWS partner programs.
- Parameters:
programs- Filter benefit applications by specific AWS partner programs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programs
Filter benefit applications by specific AWS partner programs.
- Parameters:
programs- Filter benefit applications by specific AWS partner programs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypesWithStrings
ListBenefitApplicationsRequest.Builder fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes) Filter benefit applications by specific fulfillment types.
- Parameters:
fulfillmentTypes- Filter benefit applications by specific fulfillment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypesWithStrings
Filter benefit applications by specific fulfillment types.
- Parameters:
fulfillmentTypes- Filter benefit applications by specific fulfillment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
ListBenefitApplicationsRequest.Builder fulfillmentTypes(Collection<FulfillmentType> fulfillmentTypes) Filter benefit applications by specific fulfillment types.
- Parameters:
fulfillmentTypes- Filter benefit applications by specific fulfillment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
Filter benefit applications by specific fulfillment types.
- Parameters:
fulfillmentTypes- Filter benefit applications by specific fulfillment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
benefitIdentifiers
Filter benefit applications by specific benefit identifiers.
- Parameters:
benefitIdentifiers- Filter benefit applications by specific benefit identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
benefitIdentifiers
Filter benefit applications by specific benefit identifiers.
- Parameters:
benefitIdentifiers- Filter benefit applications by specific benefit identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
Filter benefit applications by their current processing status.
- Parameters:
status- Filter benefit applications by their current processing status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
Filter benefit applications by their current processing status.
- Parameters:
status- Filter benefit applications by their current processing status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter benefit applications by their current processing status.
- Parameters:
status- Filter benefit applications by their current processing status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter benefit applications by their current processing status.
- Parameters:
status- Filter benefit applications by their current processing status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stages
Filter benefit applications by their current processing stage.
- Parameters:
stages- Filter benefit applications by their current processing stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stages
Filter benefit applications by their current processing stage.
- Parameters:
stages- Filter benefit applications by their current processing stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResources
@Deprecated ListBenefitApplicationsRequest.Builder associatedResources(Collection<AssociatedResource> associatedResources) Deprecated.This field is no longer used.Filter benefit applications by associated AWS resources.
- Parameters:
associatedResources- Filter benefit applications by associated AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResources
@Deprecated ListBenefitApplicationsRequest.Builder associatedResources(AssociatedResource... associatedResources) Deprecated.This field is no longer used.Filter benefit applications by associated AWS resources.
- Parameters:
associatedResources- Filter benefit applications by associated AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResources
@Deprecated ListBenefitApplicationsRequest.Builder associatedResources(Consumer<AssociatedResource.Builder>... associatedResources) Deprecated.This field is no longer used.Filter benefit applications by associated AWS resources.
This is a convenience method that creates an instance of theAssociatedResource.Builderavoiding the need to create one manually viaAssociatedResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociatedResources(List<AssociatedResource>).- Parameters:
associatedResources- a consumer that will call methods onAssociatedResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associatedResourceArns
ListBenefitApplicationsRequest.Builder associatedResourceArns(Collection<String> associatedResourceArns) Filter benefit applications by specific AWS resource ARNs.
- Parameters:
associatedResourceArns- Filter benefit applications by specific AWS resource ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceArns
Filter benefit applications by specific AWS resource ARNs.
- Parameters:
associatedResourceArns- Filter benefit applications by specific AWS resource ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of benefit applications to return in a single response.
- Parameters:
maxResults- The maximum number of benefit applications 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
ListBenefitApplicationsRequest.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
ListBenefitApplicationsRequest.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.
-