Interface QualificationsAssociationPartner.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QualificationsAssociationPartner.Builder,,QualificationsAssociationPartner> SdkBuilder<QualificationsAssociationPartner.Builder,,QualificationsAssociationPartner> SdkPojo
- Enclosing class:
QualificationsAssociationPartner
@Mutable
@NotThreadSafe
public static interface QualificationsAssociationPartner.Builder
extends SdkPojo, CopyableBuilder<QualificationsAssociationPartner.Builder,QualificationsAssociationPartner>
-
Method Summary
Modifier and TypeMethodDescriptionThe 12-digit AWS account ID linked to the partner profile.The unique identifier for the partner profile, in the formatpprofile-*.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
profileId
The unique identifier for the partner profile, in the format
pprofile-*. Required in requests ifAccountIdis not provided.- Parameters:
profileId- The unique identifier for the partner profile, in the formatpprofile-*. Required in requests ifAccountIdis not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The 12-digit AWS account ID linked to the partner profile. Required in requests if
ProfileIdis not provided.- Parameters:
accountId- The 12-digit AWS account ID linked to the partner profile. Required in requests ifProfileIdis not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-