Interface AccountSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountSummary.Builder,
,AccountSummary> SdkBuilder<AccountSummary.Builder,
,AccountSummary> SdkPojo
- Enclosing class:
AccountSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault AccountSummary.Builder
address
(Consumer<AddressSummary.Builder> address) Specifies the endCustomer
's address details associated with theOpportunity
.address
(AddressSummary address) Specifies the endCustomer
's address details associated with theOpportunity
.companyName
(String companyName) Specifies the endCustomer
's company name associated with theOpportunity
.Specifies which industry the endCustomer
belongs to associated with theOpportunity
.Specifies which industry the endCustomer
belongs to associated with theOpportunity
.otherIndustry
(String otherIndustry) Specifies the endCustomer
's industry associated with theOpportunity
, when the selected value in theIndustry
field isOther
.websiteUrl
(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 Details
-
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
Specifies the end
This is a convenience method that creates an instance of theCustomer
's address details associated with theOpportunity
.AddressSummary.Builder
avoiding the need to create one manually viaAddressSummary.builder()
.When the
Consumer
completes,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:
-
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
Specifies which industry the end
Customer
belongs 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
Other
is selected for Industry Vertical in LOVs.- Parameters:
industry
- Specifies which industry the endCustomer
belongs 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
Other
is selected for Industry Vertical in LOVs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
Specifies which industry the end
Customer
belongs 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
Other
is selected for Industry Vertical in LOVs.- Parameters:
industry
- Specifies which industry the endCustomer
belongs 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
Other
is selected for Industry Vertical in LOVs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
otherIndustry
Specifies the end
Customer
's industry associated with theOpportunity
, when the selected value in theIndustry
field 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 theIndustry
field 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
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.
-