Interface AwsOpportunityRelatedEntities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsOpportunityRelatedEntities.Builder,
,AwsOpportunityRelatedEntities> SdkBuilder<AwsOpportunityRelatedEntities.Builder,
,AwsOpportunityRelatedEntities> SdkPojo
- Enclosing class:
AwsOpportunityRelatedEntities
@Mutable
@NotThreadSafe
public static interface AwsOpportunityRelatedEntities.Builder
extends SdkPojo, CopyableBuilder<AwsOpportunityRelatedEntities.Builder,AwsOpportunityRelatedEntities>
-
Method Summary
Modifier and TypeMethodDescriptionawsProducts
(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
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
-
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.
-