default Account.Builder |
Account.Builder.address(Consumer<Address.Builder> address) |
Specifies the end Customer's address details associated with the Opportunity.
|
Account.Builder |
Account.Builder.address(Address address) |
Specifies the end Customer's address details associated with the Opportunity.
|
Account.Builder |
Account.Builder.awsAccountId(String awsAccountId) |
Specifies the Customer Amazon Web Services account ID associated with the
Opportunity.
|
static Account.Builder |
Account.builder() |
|
Account.Builder |
Account.Builder.companyName(String companyName) |
Specifies the end Customer's company name associated with the Opportunity.
|
Account.Builder |
Account.Builder.duns(String duns) |
Indicates the Customer DUNS number, if available.
|
Account.Builder |
Account.Builder.industry(String industry) |
Specifies the industry the end Customer belongs to that's associated with the
Opportunity.
|
Account.Builder |
Account.Builder.industry(Industry industry) |
Specifies the industry the end Customer belongs to that's associated with the
Opportunity.
|
Account.Builder |
Account.Builder.otherIndustry(String otherIndustry) |
Specifies the end Customer's industry associated with the Opportunity, when the
selected value in the Industry field is Other.
|
Account.Builder |
Account.toBuilder() |
|
Account.Builder |
Account.Builder.websiteUrl(String websiteUrl) |
Specifies the end customer's company website URL associated with the Opportunity.
|