Interface Account.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Account.Builder,,Account> SdkBuilder<Account.Builder,,Account> SdkPojo
- Enclosing class:
Account
-
Method Summary
Modifier and TypeMethodDescriptiondefault Account.Builderaddress(Consumer<Address.Builder> address) Specifies the endCustomer's address details associated with theOpportunity.Specifies the endCustomer's address details associated with theOpportunity.awsAccountId(String awsAccountId) Specifies theCustomerAmazon Web Services account ID associated with theOpportunity.companyName(String companyName) Specifies the endCustomer's company name associated with theOpportunity.Indicates theCustomerDUNS number, if available.Specifies the industry the endCustomerbelongs to that's associated with theOpportunity.Specifies the industry the endCustomerbelongs to that's associated with theOpportunity.otherIndustry(String otherIndustry) Specifies the endCustomer's industry associated with theOpportunity, when the selected value in theIndustryfield 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
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 the end
Customerbelongs to that's associated with theOpportunity. It refers to the category or sector where the customer's business operates. This is a required field.- Parameters:
industry- Specifies the industry the endCustomerbelongs to that's associated with theOpportunity. It refers to the category or sector where the customer's business operates. This is a required field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
industry
Specifies the industry the end
Customerbelongs to that's associated with theOpportunity. It refers to the category or sector where the customer's business operates. This is a required field.- Parameters:
industry- Specifies the industry the endCustomerbelongs to that's associated with theOpportunity. It refers to the category or sector where the customer's business operates. This is a required field.- 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 theIndustryfield isOther.- Parameters:
otherIndustry- Specifies the endCustomer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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. This field is required in all cases except when the opportunity is related to national security.- 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. This field is required in all cases except when the opportunity is related to national security.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
Specifies the
CustomerAmazon Web Services account ID associated with theOpportunity.- Parameters:
awsAccountId- Specifies theCustomerAmazon Web Services account ID associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Address.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddress(Address).- Parameters:
address- a consumer that will call methods onAddress.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
duns
Indicates the
CustomerDUNS number, if available.- Parameters:
duns- Indicates theCustomerDUNS number, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-