Interface AwsOpportunityRelatedEntities.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpportunityRelatedEntities.Builder,,AwsOpportunityRelatedEntities> SdkBuilder<AwsOpportunityRelatedEntities.Builder,,AwsOpportunityRelatedEntities> SdkPojo
- Enclosing class:
AwsOpportunityRelatedEntities
-
Method Summary
Modifier and TypeMethodDescriptionawsMarketplaceProducts(String... awsMarketplaceProducts) The AWS Marketplace product ARNs associated with this opportunity.awsMarketplaceProducts(Collection<String> awsMarketplaceProducts) The AWS Marketplace product ARNs associated with this opportunity.awsMarketplaceSolutions(String... awsMarketplaceSolutions) The AWS Marketplace solution ARNs associated with this opportunity.awsMarketplaceSolutions(Collection<String> awsMarketplaceSolutions) The AWS Marketplace solution ARNs associated with this opportunity.awsProducts(String... awsProducts) Specifies the AWS products associated with the opportunity.awsProducts(Collection<String> awsProducts) Specifies the AWS products associated with the opportunity.Specifies the partner solutions related to the opportunity.solutions(Collection<String> solutions) Specifies the partner solutions related to the opportunity.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
-
awsProducts
Specifies the AWS products associated with the opportunity. This field helps track the specific products that are part of the proposed solution.
- Parameters:
awsProducts- Specifies the AWS products associated with the opportunity. This field helps track the specific products that are part of the proposed solution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsProducts
Specifies the AWS products associated with the opportunity. This field helps track the specific products that are part of the proposed solution.
- Parameters:
awsProducts- Specifies the AWS products associated with the opportunity. This field helps track the specific products that are part of the proposed solution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutions
Specifies the partner solutions related to the opportunity. These solutions represent the partner's offerings that are being positioned as part of the overall AWS opportunity.
- Parameters:
solutions- Specifies the partner solutions related to the opportunity. These solutions represent the partner's offerings that are being positioned as part of the overall AWS opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutions
Specifies the partner solutions related to the opportunity. These solutions represent the partner's offerings that are being positioned as part of the overall AWS opportunity.
- Parameters:
solutions- Specifies the partner solutions related to the opportunity. These solutions represent the partner's offerings that are being positioned as part of the overall AWS opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsMarketplaceSolutions
AwsOpportunityRelatedEntities.Builder awsMarketplaceSolutions(Collection<String> awsMarketplaceSolutions) The AWS Marketplace solution ARNs associated with this opportunity.
- Parameters:
awsMarketplaceSolutions- The AWS Marketplace solution ARNs associated with this opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsMarketplaceSolutions
The AWS Marketplace solution ARNs associated with this opportunity.
- Parameters:
awsMarketplaceSolutions- The AWS Marketplace solution ARNs associated with this opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsMarketplaceProducts
AwsOpportunityRelatedEntities.Builder awsMarketplaceProducts(Collection<String> awsMarketplaceProducts) The AWS Marketplace product ARNs associated with this opportunity.
- Parameters:
awsMarketplaceProducts- The AWS Marketplace product ARNs associated with this opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsMarketplaceProducts
The AWS Marketplace product ARNs associated with this opportunity.
- Parameters:
awsMarketplaceProducts- The AWS Marketplace product ARNs associated with this opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-