Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.SoftwareRevenue.Builder
-
Packages that use SoftwareRevenue.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SoftwareRevenue.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SoftwareRevenue.Builder Modifier and Type Method Description static SoftwareRevenue.BuilderSoftwareRevenue. builder()SoftwareRevenue.BuilderSoftwareRevenue.Builder. deliveryModel(String deliveryModel)Specifies the customer's intended payment type agreement or procurement method to acquire the solution or service outlined in theOpportunity.SoftwareRevenue.BuilderSoftwareRevenue.Builder. deliveryModel(RevenueModel deliveryModel)Specifies the customer's intended payment type agreement or procurement method to acquire the solution or service outlined in theOpportunity.SoftwareRevenue.BuilderSoftwareRevenue.Builder. effectiveDate(String effectiveDate)Specifies theOpportunity's customer engagement start date for the contract's effectiveness.SoftwareRevenue.BuilderSoftwareRevenue.Builder. expirationDate(String expirationDate)Specifies the expiration date for the contract between the customer and Amazon Web Services partner.SoftwareRevenue.BuilderSoftwareRevenue. toBuilder()default SoftwareRevenue.BuilderSoftwareRevenue.Builder. value(Consumer<MonetaryValue.Builder> value)Specifies the payment value (amount and currency).SoftwareRevenue.BuilderSoftwareRevenue.Builder. value(MonetaryValue value)Specifies the payment value (amount and currency).Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SoftwareRevenue.Builder Modifier and Type Method Description static Class<? extends SoftwareRevenue.Builder>SoftwareRevenue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SoftwareRevenue.Builder Modifier and Type Method Description default CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.default GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.default UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.
-