Interface ExpectedCustomerSpend.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>,SdkBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>,SdkPojo
- Enclosing class:
- ExpectedCustomerSpend
public static interface ExpectedCustomerSpend.Builder extends SdkPojo, CopyableBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpectedCustomerSpend.Builderamount(String amount)Represents the estimated monthly revenue that the partner expects to earn from the opportunity.ExpectedCustomerSpend.BuildercurrencyCode(String currencyCode)Indicates the currency in which the revenue estimate is provided.ExpectedCustomerSpend.BuildercurrencyCode(ExpectedCustomerSpendCurrencyCodeEnum currencyCode)Indicates the currency in which the revenue estimate is provided.ExpectedCustomerSpend.BuilderestimationUrl(String estimationUrl)A URL providing additional information or context about the spend estimation.ExpectedCustomerSpend.Builderfrequency(String frequency)Indicates how frequently the customer is expected to spend the projected amount.ExpectedCustomerSpend.Builderfrequency(PaymentFrequency frequency)Indicates how frequently the customer is expected to spend the projected amount.ExpectedCustomerSpend.BuildertargetCompany(String targetCompany)Specifies the name of the partner company that is expected to generate revenue from 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
-
amount
ExpectedCustomerSpend.Builder amount(String amount)
Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.
- Parameters:
amount- Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
ExpectedCustomerSpend.Builder currencyCode(String currencyCode)
Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
- Parameters:
currencyCode- Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpectedCustomerSpendCurrencyCodeEnum,ExpectedCustomerSpendCurrencyCodeEnum
-
currencyCode
ExpectedCustomerSpend.Builder currencyCode(ExpectedCustomerSpendCurrencyCodeEnum currencyCode)
Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
- Parameters:
currencyCode- Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpectedCustomerSpendCurrencyCodeEnum,ExpectedCustomerSpendCurrencyCodeEnum
-
estimationUrl
ExpectedCustomerSpend.Builder estimationUrl(String estimationUrl)
A URL providing additional information or context about the spend estimation.
- Parameters:
estimationUrl- A URL providing additional information or context about the spend estimation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequency
ExpectedCustomerSpend.Builder frequency(String frequency)
Indicates how frequently the customer is expected to spend the projected amount. This can include values such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.- Parameters:
frequency- Indicates how frequently the customer is expected to spend the projected amount. This can include values such asMonthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PaymentFrequency,PaymentFrequency
-
frequency
ExpectedCustomerSpend.Builder frequency(PaymentFrequency frequency)
Indicates how frequently the customer is expected to spend the projected amount. This can include values such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.- Parameters:
frequency- Indicates how frequently the customer is expected to spend the projected amount. This can include values such asMonthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PaymentFrequency,PaymentFrequency
-
targetCompany
ExpectedCustomerSpend.Builder targetCompany(String targetCompany)
Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.
- Parameters:
targetCompany- Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-