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