Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.Contact.Builder
-
Packages that use Contact.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Contact.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Contact.Builder Modifier and Type Method Description static Contact.BuilderContact. builder()Contact.BuilderContact.Builder. businessTitle(String businessTitle)The partner contact's title (job title or role) associated with theOpportunity.Contact.BuilderContact.Builder. email(String email)The contact's email address associated with theOpportunity.Contact.BuilderContact.Builder. firstName(String firstName)The contact's first name associated with theOpportunity.Contact.BuilderContact.Builder. lastName(String lastName)The contact's last name associated with theOpportunity.Contact.BuilderContact.Builder. phone(String phone)The contact's phone number associated with theOpportunity.Contact.BuilderContact. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Contact.Builder Modifier and Type Method Description static Class<? extends Contact.Builder>Contact. serializableBuilderClass()
-