Interface RelatedEntityIdentifiers.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedEntityIdentifiers.Builder,RelatedEntityIdentifiers>,SdkBuilder<RelatedEntityIdentifiers.Builder,RelatedEntityIdentifiers>,SdkPojo
- Enclosing class:
- RelatedEntityIdentifiers
public static interface RelatedEntityIdentifiers.Builder extends SdkPojo, CopyableBuilder<RelatedEntityIdentifiers.Builder,RelatedEntityIdentifiers>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedEntityIdentifiers.BuilderawsMarketplaceOffers(String... awsMarketplaceOffers)Takes one value per opportunity.RelatedEntityIdentifiers.BuilderawsMarketplaceOffers(Collection<String> awsMarketplaceOffers)Takes one value per opportunity.RelatedEntityIdentifiers.BuilderawsProducts(String... awsProducts)Enables the association of specific Amazon Web Services products with theOpportunity.RelatedEntityIdentifiers.BuilderawsProducts(Collection<String> awsProducts)Enables the association of specific Amazon Web Services products with theOpportunity.RelatedEntityIdentifiers.Buildersolutions(String... solutions)Enables partner solutions or offerings' association with an opportunity.RelatedEntityIdentifiers.Buildersolutions(Collection<String> solutions)Enables partner solutions or offerings' association with an opportunity.-
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
-
awsMarketplaceOffers
RelatedEntityIdentifiers.Builder awsMarketplaceOffers(Collection<String> awsMarketplaceOffers)
Takes one value per opportunity. Each value is an Amazon Resource Name (ARN), in this format:
"offers": ["arn:aws:aws-marketplace:us-east-1:999999999999:AWSMarketplace/Offer/offer-sampleOffer32"].Use the ListEntities action in the Marketplace Catalog APIs for a list of offers in the associated Marketplace seller account.
- Parameters:
awsMarketplaceOffers- Takes one value per opportunity. Each value is an Amazon Resource Name (ARN), in this format:"offers": ["arn:aws:aws-marketplace:us-east-1:999999999999:AWSMarketplace/Offer/offer-sampleOffer32"].Use the ListEntities action in the Marketplace Catalog APIs for a list of offers in the associated Marketplace seller account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsMarketplaceOffers
RelatedEntityIdentifiers.Builder awsMarketplaceOffers(String... awsMarketplaceOffers)
Takes one value per opportunity. Each value is an Amazon Resource Name (ARN), in this format:
"offers": ["arn:aws:aws-marketplace:us-east-1:999999999999:AWSMarketplace/Offer/offer-sampleOffer32"].Use the ListEntities action in the Marketplace Catalog APIs for a list of offers in the associated Marketplace seller account.
- Parameters:
awsMarketplaceOffers- Takes one value per opportunity. Each value is an Amazon Resource Name (ARN), in this format:"offers": ["arn:aws:aws-marketplace:us-east-1:999999999999:AWSMarketplace/Offer/offer-sampleOffer32"].Use the ListEntities action in the Marketplace Catalog APIs for a list of offers in the associated Marketplace seller account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsProducts
RelatedEntityIdentifiers.Builder awsProducts(Collection<String> awsProducts)
Enables the association of specific Amazon Web Services products with the
Opportunity. Partners can indicate the relevant Amazon Web Services products for theOpportunity's solution and align with the customer's needs. Returns multiple values separated by commas. For example,"AWSProducts" : ["AmazonRedshift", "AWSAppFabric", "AWSCleanRooms"].Use the file with the list of Amazon Web Services products hosted on GitHub: Amazon Web Services products.
- Parameters:
awsProducts- Enables the association of specific Amazon Web Services products with theOpportunity. Partners can indicate the relevant Amazon Web Services products for theOpportunity's solution and align with the customer's needs. Returns multiple values separated by commas. For example,"AWSProducts" : ["AmazonRedshift", "AWSAppFabric", "AWSCleanRooms"].Use the file with the list of Amazon Web Services products hosted on GitHub: Amazon Web Services products.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsProducts
RelatedEntityIdentifiers.Builder awsProducts(String... awsProducts)
Enables the association of specific Amazon Web Services products with the
Opportunity. Partners can indicate the relevant Amazon Web Services products for theOpportunity's solution and align with the customer's needs. Returns multiple values separated by commas. For example,"AWSProducts" : ["AmazonRedshift", "AWSAppFabric", "AWSCleanRooms"].Use the file with the list of Amazon Web Services products hosted on GitHub: Amazon Web Services products.
- Parameters:
awsProducts- Enables the association of specific Amazon Web Services products with theOpportunity. Partners can indicate the relevant Amazon Web Services products for theOpportunity's solution and align with the customer's needs. Returns multiple values separated by commas. For example,"AWSProducts" : ["AmazonRedshift", "AWSAppFabric", "AWSCleanRooms"].Use the file with the list of Amazon Web Services products hosted on GitHub: Amazon Web Services products.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutions
RelatedEntityIdentifiers.Builder solutions(Collection<String> solutions)
Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the
ListSolutionsoperation.If the specific solution identifier is not available, you can use the value
Otherand provide details about the solution in theotherSolutionOfferedfield. But when the opportunity reaches theCommittedstage or beyond, theOthervalue cannot be used, and a valid solution identifier must be provided.By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.
- Parameters:
solutions- Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with theListSolutionsoperation.If the specific solution identifier is not available, you can use the value
Otherand provide details about the solution in theotherSolutionOfferedfield. But when the opportunity reaches theCommittedstage or beyond, theOthervalue cannot be used, and a valid solution identifier must be provided.By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutions
RelatedEntityIdentifiers.Builder solutions(String... solutions)
Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the
ListSolutionsoperation.If the specific solution identifier is not available, you can use the value
Otherand provide details about the solution in theotherSolutionOfferedfield. But when the opportunity reaches theCommittedstage or beyond, theOthervalue cannot be used, and a valid solution identifier must be provided.By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.
- Parameters:
solutions- Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with theListSolutionsoperation.If the specific solution identifier is not available, you can use the value
Otherand provide details about the solution in theotherSolutionOfferedfield. But when the opportunity reaches theCommittedstage or beyond, theOthervalue cannot be used, and a valid solution identifier must be provided.By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-