Interface AssociateBenefitApplicationResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateBenefitApplicationResourceRequest.Builder,,AssociateBenefitApplicationResourceRequest> PartnerCentralBenefitsRequest.Builder,SdkBuilder<AssociateBenefitApplicationResourceRequest.Builder,,AssociateBenefitApplicationResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AssociateBenefitApplicationResourceRequest
@Mutable
@NotThreadSafe
public static interface AssociateBenefitApplicationResourceRequest.Builder
extends PartnerCentralBenefitsRequest.Builder, SdkPojo, CopyableBuilder<AssociateBenefitApplicationResourceRequest.Builder,AssociateBenefitApplicationResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbenefitApplicationIdentifier(String benefitApplicationIdentifier) The unique identifier of the benefit application to associate the resource with.The catalog identifier that specifies which benefit catalog the application belongs to.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.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 that specifies which benefit catalog the application belongs to.
- Parameters:
catalog- The catalog identifier that specifies which benefit catalog the application belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
benefitApplicationIdentifier
AssociateBenefitApplicationResourceRequest.Builder benefitApplicationIdentifier(String benefitApplicationIdentifier) The unique identifier of the benefit application to associate the resource with.
- Parameters:
benefitApplicationIdentifier- The unique identifier of the benefit application to associate the resource with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateBenefitApplicationResourceRequest.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
AssociateBenefitApplicationResourceRequest.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.
-