Interface AssociateBenefitApplicationResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateBenefitApplicationResourceResponse.Builder,,AssociateBenefitApplicationResourceResponse> PartnerCentralBenefitsResponse.Builder,SdkBuilder<AssociateBenefitApplicationResourceResponse.Builder,,AssociateBenefitApplicationResourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateBenefitApplicationResourceResponse
@Mutable
@NotThreadSafe
public static interface AssociateBenefitApplicationResourceResponse.Builder
extends PartnerCentralBenefitsResponse.Builder, SdkPojo, CopyableBuilder<AssociateBenefitApplicationResourceResponse.Builder,AssociateBenefitApplicationResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the benefit application after the resource association.The unique identifier of the benefit application after the resource association.The updated revision number of the benefit application after the resource association.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 association.
- Parameters:
id- The unique identifier of the benefit application after the resource association.- 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 association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the benefit application after the resource association.- 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 association.
- Parameters:
revision- The updated revision number of the benefit application after the resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-