Interface AcceptedTerm.Builder

    • Method Detail

      • byolPricingTerm

        AcceptedTerm.Builder byolPricingTerm​(ByolPricingTerm byolPricingTerm)

        Enables you and your customers to move your existing agreements to AWS Marketplace. The customer won't be charged for product usage in AWS Marketplace because they already paid for the product outside of AWS Marketplace.

        Parameters:
        byolPricingTerm - Enables you and your customers to move your existing agreements to AWS Marketplace. The customer won't be charged for product usage in AWS Marketplace because they already paid for the product outside of AWS Marketplace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurableUpfrontPricingTerm

        AcceptedTerm.Builder configurableUpfrontPricingTerm​(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm)

        Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.

        Parameters:
        configurableUpfrontPricingTerm - Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fixedUpfrontPricingTerm

        AcceptedTerm.Builder fixedUpfrontPricingTerm​(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)

        Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.

        Parameters:
        fixedUpfrontPricingTerm - Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • freeTrialPricingTerm

        AcceptedTerm.Builder freeTrialPricingTerm​(FreeTrialPricingTerm freeTrialPricingTerm)

        Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.

        Parameters:
        freeTrialPricingTerm - Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • legalTerm

        AcceptedTerm.Builder legalTerm​(LegalTerm legalTerm)

        Defines the list of text agreements proposed to the acceptors. An example is the end user license agreement (EULA).

        Parameters:
        legalTerm - Defines the list of text agreements proposed to the acceptors. An example is the end user license agreement (EULA).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paymentScheduleTerm

        AcceptedTerm.Builder paymentScheduleTerm​(PaymentScheduleTerm paymentScheduleTerm)

        Defines an installment-based pricing model where customers are charged a fixed price on different dates during the agreement validity period. This is used most commonly for flexible payment schedule pricing.

        Parameters:
        paymentScheduleTerm - Defines an installment-based pricing model where customers are charged a fixed price on different dates during the agreement validity period. This is used most commonly for flexible payment schedule pricing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recurringPaymentTerm

        AcceptedTerm.Builder recurringPaymentTerm​(RecurringPaymentTerm recurringPaymentTerm)

        Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.

        Parameters:
        recurringPaymentTerm - Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • renewalTerm

        AcceptedTerm.Builder renewalTerm​(RenewalTerm renewalTerm)

        Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement. In other words, the agreement will be renewed. Presence of RenewalTerm in the offer document means that auto-renewal is allowed. Buyers will have the option to accept or decline auto-renewal at the offer acceptance/agreement creation. Buyers can also change this flag from True to False or False to True at anytime during the agreement's lifecycle.

        Parameters:
        renewalTerm - Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement. In other words, the agreement will be renewed. Presence of RenewalTerm in the offer document means that auto-renewal is allowed. Buyers will have the option to accept or decline auto-renewal at the offer acceptance/agreement creation. Buyers can also change this flag from True to False or False to True at anytime during the agreement's lifecycle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • renewalTerm

        default AcceptedTerm.Builder renewalTerm​(Consumer<RenewalTerm.Builder> renewalTerm)

        Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement. In other words, the agreement will be renewed. Presence of RenewalTerm in the offer document means that auto-renewal is allowed. Buyers will have the option to accept or decline auto-renewal at the offer acceptance/agreement creation. Buyers can also change this flag from True to False or False to True at anytime during the agreement's lifecycle.

        This is a convenience method that creates an instance of the RenewalTerm.Builder avoiding the need to create one manually via RenewalTerm.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to renewalTerm(RenewalTerm).

        Parameters:
        renewalTerm - a consumer that will call methods on RenewalTerm.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        renewalTerm(RenewalTerm)
      • supportTerm

        AcceptedTerm.Builder supportTerm​(SupportTerm supportTerm)

        Defines the customer support available for the acceptors when they purchase the software.

        Parameters:
        supportTerm - Defines the customer support available for the acceptors when they purchase the software.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usageBasedPricingTerm

        AcceptedTerm.Builder usageBasedPricingTerm​(UsageBasedPricingTerm usageBasedPricingTerm)

        Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on product usage.

        Parameters:
        usageBasedPricingTerm - Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on product usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validityTerm

        AcceptedTerm.Builder validityTerm​(ValidityTerm validityTerm)

        Defines the conditions that will keep an agreement created from this offer valid.

        Parameters:
        validityTerm - Defines the conditions that will keep an agreement created from this offer valid.
        Returns:
        Returns a reference to this object so that method calls can be chained together.