Interface AccountSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSummary.Builder,AccountSummary>,SdkBuilder<AccountSummary.Builder,AccountSummary>,SdkPojo
- Enclosing class:
- AccountSummary
public static interface AccountSummary.Builder extends SdkPojo, CopyableBuilder<AccountSummary.Builder,AccountSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AccountSummary.Builderaddress(Consumer<AddressSummary.Builder> address)Specifies the endCustomer's address details associated with theOpportunity.AccountSummary.Builderaddress(AddressSummary address)Specifies the endCustomer's address details associated with theOpportunity.AccountSummary.BuildercompanyName(String companyName)Specifies the endCustomer's company name associated with theOpportunity.AccountSummary.Builderindustry(String industry)Specifies which industry the endCustomerbelongs to associated with theOpportunity.AccountSummary.Builderindustry(Industry industry)Specifies which industry the endCustomerbelongs to associated with theOpportunity.AccountSummary.BuilderotherIndustry(String otherIndustry)Specifies the endCustomer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther.AccountSummary.BuilderwebsiteUrl(String websiteUrl)Specifies the end customer's company website URL associated with theOpportunity.-
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
-
address
AccountSummary.Builder address(AddressSummary address)
Specifies the end
Customer's address details associated with theOpportunity.- Parameters:
address- Specifies the endCustomer's address details associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
default AccountSummary.Builder address(Consumer<AddressSummary.Builder> address)
Specifies the end
This is a convenience method that creates an instance of theCustomer's address details associated with theOpportunity.AddressSummary.Builderavoiding the need to create one manually viaAddressSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddress(AddressSummary).- Parameters:
address- a consumer that will call methods onAddressSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
address(AddressSummary)
-
companyName
AccountSummary.Builder companyName(String companyName)
Specifies the end
Customer's company name associated with theOpportunity.- Parameters:
companyName- Specifies the endCustomer's company name associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
industry
AccountSummary.Builder industry(String industry)
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.- Parameters:
industry- Specifies which industry the endCustomerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Industry,Industry
-
industry
AccountSummary.Builder industry(Industry industry)
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.- Parameters:
industry- Specifies which industry the endCustomerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Industry,Industry
-
otherIndustry
AccountSummary.Builder otherIndustry(String otherIndustry)
Specifies the end
Customer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.- Parameters:
otherIndustry- Specifies the endCustomer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
websiteUrl
AccountSummary.Builder websiteUrl(String websiteUrl)
Specifies the end customer's company website URL associated with the
Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.- Parameters:
websiteUrl- Specifies the end customer's company website URL associated with theOpportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-