Interface EngagementCustomer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementCustomer.Builder,EngagementCustomer>,SdkBuilder<EngagementCustomer.Builder,EngagementCustomer>,SdkPojo
- Enclosing class:
- EngagementCustomer
public static interface EngagementCustomer.Builder extends SdkPojo, CopyableBuilder<EngagementCustomer.Builder,EngagementCustomer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementCustomer.BuildercompanyName(String companyName)Represents the name of the customer’s company associated with the Engagement Invitation.EngagementCustomer.BuildercountryCode(String countryCode)Indicates the country in which the customer’s company operates.EngagementCustomer.BuildercountryCode(CountryCode countryCode)Indicates the country in which the customer’s company operates.EngagementCustomer.Builderindustry(String industry)Specifies the industry to which the customer’s company belongs.EngagementCustomer.Builderindustry(Industry industry)Specifies the industry to which the customer’s company belongs.EngagementCustomer.BuilderwebsiteUrl(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 Detail
-
companyName
EngagementCustomer.Builder companyName(String 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
EngagementCustomer.Builder countryCode(String 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,CountryCode
-
countryCode
EngagementCustomer.Builder countryCode(CountryCode 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,CountryCode
-
industry
EngagementCustomer.Builder industry(String industry)
Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
-
industry
EngagementCustomer.Builder industry(Industry industry)
Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
-
websiteUrl
EngagementCustomer.Builder websiteUrl(String 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.
-
-