Interface AssociateMpaTeamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateMpaTeamResponse.Builder,,AssociateMpaTeamResponse> PaymentCryptographyResponse.Builder,SdkBuilder<AssociateMpaTeamResponse.Builder,,AssociateMpaTeamResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateMpaTeamResponse
@Mutable
@NotThreadSafe
public static interface AssociateMpaTeamResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<AssociateMpaTeamResponse.Builder,AssociateMpaTeamResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AssociateMpaTeamResponse.BuildermpaTeamAssociation(Consumer<MpaTeamAssociation.Builder> mpaTeamAssociation) The details of the MPA team association.mpaTeamAssociation(MpaTeamAssociation mpaTeamAssociation) The details of the MPA team association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.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
-
mpaTeamAssociation
The details of the MPA team association.
- Parameters:
mpaTeamAssociation- The details of the MPA team association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mpaTeamAssociation
default AssociateMpaTeamResponse.Builder mpaTeamAssociation(Consumer<MpaTeamAssociation.Builder> mpaTeamAssociation) The details of the MPA team association.
This is a convenience method that creates an instance of theMpaTeamAssociation.Builderavoiding the need to create one manually viaMpaTeamAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tompaTeamAssociation(MpaTeamAssociation).- Parameters:
mpaTeamAssociation- a consumer that will call methods onMpaTeamAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-