Interface AwsOpportunityRelatedEntities.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpportunityRelatedEntities.Builder,AwsOpportunityRelatedEntities>,SdkBuilder<AwsOpportunityRelatedEntities.Builder,AwsOpportunityRelatedEntities>,SdkPojo
- Enclosing class:
- AwsOpportunityRelatedEntities
public static interface AwsOpportunityRelatedEntities.Builder extends SdkPojo, CopyableBuilder<AwsOpportunityRelatedEntities.Builder,AwsOpportunityRelatedEntities>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpportunityRelatedEntities.BuilderawsProducts(String... awsProducts)Specifies the AWS products associated with the opportunity.AwsOpportunityRelatedEntities.BuilderawsProducts(Collection<String> awsProducts)Specifies the AWS products associated with the opportunity.AwsOpportunityRelatedEntities.Buildersolutions(String... solutions)Specifies the partner solutions related to the opportunity.AwsOpportunityRelatedEntities.Buildersolutions(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 Detail
-
awsProducts
AwsOpportunityRelatedEntities.Builder awsProducts(Collection<String> 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
AwsOpportunityRelatedEntities.Builder awsProducts(String... 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
AwsOpportunityRelatedEntities.Builder solutions(Collection<String> 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
AwsOpportunityRelatedEntities.Builder solutions(String... 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.
-
-