Interface AwsOpportunityProject.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpportunityProject.Builder,AwsOpportunityProject>,SdkBuilder<AwsOpportunityProject.Builder,AwsOpportunityProject>,SdkPojo
- Enclosing class:
- AwsOpportunityProject
public static interface AwsOpportunityProject.Builder extends SdkPojo, CopyableBuilder<AwsOpportunityProject.Builder,AwsOpportunityProject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpportunityProject.BuilderexpectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.AwsOpportunityProject.BuilderexpectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend)Indicates the expected spending by the customer over the course of the project.AwsOpportunityProject.BuilderexpectedCustomerSpend(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 Detail
-
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
AwsOpportunityProject.Builder expectedCustomerSpend(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
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.Builderavoiding the need to create one manually viaExpectedCustomerSpend.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#expectedCustomerSpend(List.) - 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:
#expectedCustomerSpend(java.util.Collection)
-
-