Interface DisassociateBenefitApplicationResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateBenefitApplicationResourceResponse.Builder,,DisassociateBenefitApplicationResourceResponse> PartnerCentralBenefitsResponse.Builder,SdkBuilder<DisassociateBenefitApplicationResourceResponse.Builder,,DisassociateBenefitApplicationResourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisassociateBenefitApplicationResourceResponse
@Mutable
@NotThreadSafe
public static interface DisassociateBenefitApplicationResourceResponse.Builder
extends PartnerCentralBenefitsResponse.Builder, SdkPojo, CopyableBuilder<DisassociateBenefitApplicationResourceResponse.Builder,DisassociateBenefitApplicationResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the benefit application after the resource disassociation.The unique identifier of the benefit application after the resource disassociation.The updated revision number of the benefit application after the resource disassociation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralbenefits.model.PartnerCentralBenefitsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique identifier of the benefit application after the resource disassociation.
- Parameters:
id- The unique identifier of the benefit application after the resource disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the benefit application after the resource disassociation.
- Parameters:
arn- The Amazon Resource Name (ARN) of the benefit application after the resource disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The updated revision number of the benefit application after the resource disassociation.
- Parameters:
revision- The updated revision number of the benefit application after the resource disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-