Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.Customer.Builder
-
Packages that use Customer.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Customer.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Customer.Builder Modifier and Type Method Description default Customer.BuilderCustomer.Builder. account(Consumer<Account.Builder> account)An object that contains the customer's account details.Customer.BuilderCustomer.Builder. account(Account account)An object that contains the customer's account details.static Customer.BuilderCustomer. builder()Customer.BuilderCustomer.Builder. contacts(Collection<Contact> contacts)Represents the contact details for individuals associated with the customer of theOpportunity.Customer.BuilderCustomer.Builder. contacts(Consumer<Contact.Builder>... contacts)Represents the contact details for individuals associated with the customer of theOpportunity.Customer.BuilderCustomer.Builder. contacts(Contact... contacts)Represents the contact details for individuals associated with the customer of theOpportunity.Customer.BuilderCustomer. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Customer.Builder Modifier and Type Method Description static Class<? extends Customer.Builder>Customer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Customer.Builder Modifier and Type Method Description default CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. customer(Consumer<Customer.Builder> customer)Specifies customer details associated with theOpportunity.default GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. customer(Consumer<Customer.Builder> customer)Specifies details of the customer associated with theOpportunity.default OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. customer(Consumer<Customer.Builder> customer)Sets the value of the Customer property for this object.default UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. customer(Consumer<Customer.Builder> customer)Specifies details of the customer associated with theOpportunity.
-