Interface AwsOpportunityProject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsOpportunityProject.Builder,
,AwsOpportunityProject> SdkBuilder<AwsOpportunityProject.Builder,
,AwsOpportunityProject> SdkPojo
- Enclosing class:
AwsOpportunityProject
-
Method Summary
Modifier and TypeMethodDescriptionexpectedCustomerSpend
(Collection<ExpectedCustomerSpend> expectedCustomerSpend) Indicates the expected spending by the customer over the course of the project.expectedCustomerSpend
(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend) Indicates the expected spending by the customer over the course of the project.expectedCustomerSpend
(ExpectedCustomerSpend... expectedCustomerSpend) Indicates the expected spending by the customer over the course of the project.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
-
expectedCustomerSpend
AwsOpportunityProject.Builder expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend) Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the AWS Pricing Calculator to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.
- Parameters:
expectedCustomerSpend
- Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the AWS Pricing Calculator to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedCustomerSpend
Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the AWS Pricing Calculator to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.
- Parameters:
expectedCustomerSpend
- Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the AWS Pricing Calculator to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedCustomerSpend
AwsOpportunityProject.Builder expectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend) Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the AWS Pricing Calculator to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.
This is a convenience method that creates an instance of theExpectedCustomerSpend.Builder
avoiding the need to create one manually viaExpectedCustomerSpend.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexpectedCustomerSpend(List<ExpectedCustomerSpend>)
.- Parameters:
expectedCustomerSpend
- a consumer that will call methods onExpectedCustomerSpend.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-