Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.EngagementCustomer.Builder
-
Packages that use EngagementCustomer.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of EngagementCustomer.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return EngagementCustomer.Builder Modifier and Type Method Description static EngagementCustomer.BuilderEngagementCustomer. builder()EngagementCustomer.BuilderEngagementCustomer.Builder. companyName(String companyName)Represents the name of the customer’s company associated with the Engagement Invitation.EngagementCustomer.BuilderEngagementCustomer.Builder. countryCode(String countryCode)Indicates the country in which the customer’s company operates.EngagementCustomer.BuilderEngagementCustomer.Builder. countryCode(CountryCode countryCode)Indicates the country in which the customer’s company operates.EngagementCustomer.BuilderEngagementCustomer.Builder. industry(String industry)Specifies the industry to which the customer’s company belongs.EngagementCustomer.BuilderEngagementCustomer.Builder. industry(Industry industry)Specifies the industry to which the customer’s company belongs.EngagementCustomer.BuilderEngagementCustomer. toBuilder()EngagementCustomer.BuilderEngagementCustomer.Builder. websiteUrl(String websiteUrl)Provides the website URL of the customer’s company.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type EngagementCustomer.Builder Modifier and Type Method Description static Class<? extends EngagementCustomer.Builder>EngagementCustomer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type EngagementCustomer.Builder Modifier and Type Method Description default CustomerProjectsContext.BuilderCustomerProjectsContext.Builder. customer(Consumer<EngagementCustomer.Builder> customer)Sets the value of the Customer property for this object.default OpportunityInvitationPayload.BuilderOpportunityInvitationPayload.Builder. customer(Consumer<EngagementCustomer.Builder> customer)Contains information about the customer related to the opportunity in the Engagement Invitation.
-