Interface ProspectingResultCustomer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingResultCustomer.Builder,,ProspectingResultCustomer> SdkBuilder<ProspectingResultCustomer.Builder,,ProspectingResultCustomer> SdkPojo
- Enclosing class:
ProspectingResultCustomer
-
Method Summary
Modifier and TypeMethodDescriptionaccountName(String accountName) The name of the prospected customer account.companySize(String companySize) The company size classification of the prospected customer account.The country code of the prospected customer account.country(CountryCode country) The country code of the prospected customer account.eligiblePrograms(String... eligiblePrograms) A list of AWS Greenfield programs that the prospected customer is eligible for.eligiblePrograms(Collection<String> eligiblePrograms) A list of AWS Greenfield programs that the prospected customer is eligible for.The geographic region classification of the prospected customer account.The industry classification of the prospected customer account.The industry classification of the prospected customer account.publicProfileSummary(String publicProfileSummary) A summary of publicly available information about the prospected customer.The specific region of the prospected customer account.The market segment classification of the prospected customer account.subIndustry(String subIndustry) The sub-industry classification of the prospected customer account.The subregion classification of the prospected customer account.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
-
accountName
The name of the prospected customer account.
- Parameters:
accountName- The name of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geo
The geographic region classification of the prospected customer account.
- Parameters:
geo- The geographic region classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The specific region of the prospected customer account.
- Parameters:
region- The specific region of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subRegion
The subregion classification of the prospected customer account.
- Parameters:
subRegion- The subregion classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The country code of the prospected customer account.
- Parameters:
country- The country code of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
country
The country code of the prospected customer account.
- Parameters:
country- The country code of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
The industry classification of the prospected customer account.
- Parameters:
industry- The industry classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
The industry classification of the prospected customer account.
- Parameters:
industry- The industry classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subIndustry
The sub-industry classification of the prospected customer account. This provides more granular categorization within the primary industry.
- Parameters:
subIndustry- The sub-industry classification of the prospected customer account. This provides more granular categorization within the primary industry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segment
The market segment classification of the prospected customer account.
- Parameters:
segment- The market segment classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
companySize
The company size classification of the prospected customer account.
- Parameters:
companySize- The company size classification of the prospected customer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eligiblePrograms
A list of AWS Greenfield programs that the prospected customer is eligible for. Use this list to identify relevant go-to-market opportunities.
- Parameters:
eligiblePrograms- A list of AWS Greenfield programs that the prospected customer is eligible for. Use this list to identify relevant go-to-market opportunities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eligiblePrograms
A list of AWS Greenfield programs that the prospected customer is eligible for. Use this list to identify relevant go-to-market opportunities.
- Parameters:
eligiblePrograms- A list of AWS Greenfield programs that the prospected customer is eligible for. Use this list to identify relevant go-to-market opportunities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicProfileSummary
A summary of publicly available information about the prospected customer. The system uses this summary to generate customer insights and inform engagement strategies.
- Parameters:
publicProfileSummary- A summary of publicly available information about the prospected customer. The system uses this summary to generate customer insights and inform engagement strategies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-