Interface EngagementCustomer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngagementCustomer.Builder,
,EngagementCustomer> SdkBuilder<EngagementCustomer.Builder,
,EngagementCustomer> SdkPojo
- Enclosing class:
EngagementCustomer
-
Method Summary
Modifier and TypeMethodDescriptioncompanyName
(String companyName) Represents the name of the customer’s company associated with the Engagement Invitation.countryCode
(String countryCode) Indicates the country in which the customer’s company operates.countryCode
(CountryCode countryCode) Indicates the country in which the customer’s company operates.Specifies the industry to which the customer’s company belongs.Specifies the industry to which the customer’s company belongs.websiteUrl
(String websiteUrl) Provides the website URL of the customer’s company.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
companyName
Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.
- Parameters:
companyName
- Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
- Parameters:
countryCode
- Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
countryCode
Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
- Parameters:
countryCode
- Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
- Parameters:
industry
- Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
- Parameters:
industry
- Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
websiteUrl
Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.
- Parameters:
websiteUrl
- Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-