Interface AllianceLeadContact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AllianceLeadContact.Builder,,AllianceLeadContact> SdkBuilder<AllianceLeadContact.Builder,,AllianceLeadContact> SdkPojo
- Enclosing class:
AllianceLeadContact
@Mutable
@NotThreadSafe
public static interface AllianceLeadContact.Builder
extends SdkPojo, CopyableBuilder<AllianceLeadContact.Builder,AllianceLeadContact>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessTitle(String businessTitle) The business title or role of the alliance lead contact person.The email address of the alliance lead contact person.The first name of the alliance lead contact person.The last name of the alliance lead contact person.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
-
firstName
The first name of the alliance lead contact person.
- Parameters:
firstName- The first name of the alliance lead contact person.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The last name of the alliance lead contact person.
- Parameters:
lastName- The last name of the alliance lead contact person.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
The email address of the alliance lead contact person.
- Parameters:
email- The email address of the alliance lead contact person.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessTitle
The business title or role of the alliance lead contact person.
- Parameters:
businessTitle- The business title or role of the alliance lead contact person.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-