Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AwsOpportunityProject.Builder
-
Packages that use AwsOpportunityProject.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsOpportunityProject.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsOpportunityProject.Builder Modifier and Type Method Description static AwsOpportunityProject.BuilderAwsOpportunityProject. builder()AwsOpportunityProject.BuilderAwsOpportunityProject.Builder. expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.AwsOpportunityProject.BuilderAwsOpportunityProject.Builder. expectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.AwsOpportunityProject.BuilderAwsOpportunityProject.Builder. expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.AwsOpportunityProject.BuilderAwsOpportunityProject. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AwsOpportunityProject.Builder Modifier and Type Method Description static Class<? extends AwsOpportunityProject.Builder>AwsOpportunityProject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AwsOpportunityProject.Builder Modifier and Type Method Description default GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. project(Consumer<AwsOpportunityProject.Builder> project)Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope.
-