Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.FixedUpfrontPricingTerm.Builder
-
Packages that use FixedUpfrontPricingTerm.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of FixedUpfrontPricingTerm.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return FixedUpfrontPricingTerm.Builder Modifier and Type Method Description static FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm. builder()FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. currencyCode(String currencyCode)Defines the currency for the prices mentioned in this term.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. duration(String duration)Contract duration for the terms.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. grants(Collection<GrantItem> grants)Entitlements granted to the acceptor of fixed upfront as part of agreement execution.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. grants(Consumer<GrantItem.Builder>... grants)Entitlements granted to the acceptor of fixed upfront as part of agreement execution.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. grants(GrantItem... grants)Entitlements granted to the acceptor of fixed upfront as part of agreement execution.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. price(String price)Fixed amount to be charged to the customer when this term is accepted.FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm. toBuilder()FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. type(String type)Category of the term being updated.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type FixedUpfrontPricingTerm.Builder Modifier and Type Method Description static Class<? extends FixedUpfrontPricingTerm.Builder>FixedUpfrontPricingTerm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type FixedUpfrontPricingTerm.Builder Modifier and Type Method Description default AcceptedTerm.BuilderAcceptedTerm.Builder. fixedUpfrontPricingTerm(Consumer<FixedUpfrontPricingTerm.Builder> fixedUpfrontPricingTerm)Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.static AcceptedTermAcceptedTerm. fromFixedUpfrontPricingTerm(Consumer<FixedUpfrontPricingTerm.Builder> fixedUpfrontPricingTerm)Create an instance of this class withAcceptedTerm.fixedUpfrontPricingTerm()initialized to the given value.
-