Interface LeadInvitationCustomer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LeadInvitationCustomer.Builder,,LeadInvitationCustomer> SdkBuilder<LeadInvitationCustomer.Builder,,LeadInvitationCustomer> SdkPojo
- Enclosing class:
LeadInvitationCustomer
-
Method Summary
Modifier and TypeMethodDescriptionawsMaturity(String awsMaturity) Indicates the customer's level of experience and adoption with AWS services.companyName(String companyName) The name of the customer company associated with the lead invitation.countryCode(String countryCode) The country code indicating the geographic location of the customer company.countryCode(CountryCode countryCode) The country code indicating the geographic location of the customer company.Specifies the industry sector of the customer company associated with the lead invitation.Specifies the industry sector of the customer company associated with the lead invitation.marketSegment(String marketSegment) Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business.marketSegment(MarketSegment marketSegment) Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business.websiteUrl(String websiteUrl) The website URL of the customer company.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
industry
Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.
- Parameters:
industry- Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.
- Parameters:
industry- Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
companyName
The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.
- Parameters:
companyName- The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
websiteUrl
The website URL of the customer company. This provides additional context about the customer organization and helps partners verify company details and assess business size and legitimacy.
- Parameters:
websiteUrl- The website URL of the customer company. This provides additional context about the customer organization and helps partners verify company details and assess business size and legitimacy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.
- Parameters:
countryCode- The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
countryCode
The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.
- Parameters:
countryCode- The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsMaturity
Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.
- Parameters:
awsMaturity- Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketSegment
Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.
- Parameters:
marketSegment- Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marketSegment
Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.
- Parameters:
marketSegment- Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-