Interface DisassociateBenefitApplicationResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateBenefitApplicationResourceRequest.Builder,,DisassociateBenefitApplicationResourceRequest> PartnerCentralBenefitsRequest.Builder,SdkBuilder<DisassociateBenefitApplicationResourceRequest.Builder,,DisassociateBenefitApplicationResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateBenefitApplicationResourceRequest
@Mutable
@NotThreadSafe
public static interface DisassociateBenefitApplicationResourceRequest.Builder
extends PartnerCentralBenefitsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateBenefitApplicationResourceRequest.Builder,DisassociateBenefitApplicationResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbenefitApplicationIdentifier(String benefitApplicationIdentifier) The unique identifier of the benefit application to disassociate the resource from.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 disassociate from 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
DisassociateBenefitApplicationResourceRequest.Builder benefitApplicationIdentifier(String benefitApplicationIdentifier) The unique identifier of the benefit application to disassociate the resource from.
- Parameters:
benefitApplicationIdentifier- The unique identifier of the benefit application to disassociate the resource from.- 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 disassociate from the benefit application.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the AWS resource to disassociate from the benefit application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateBenefitApplicationResourceRequest.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
DisassociateBenefitApplicationResourceRequest.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.
-