Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.RenewalTermConfiguration.Builder
-
Packages that use RenewalTermConfiguration.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of RenewalTermConfiguration.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return RenewalTermConfiguration.Builder Modifier and Type Method Description static RenewalTermConfiguration.BuilderRenewalTermConfiguration. builder()RenewalTermConfiguration.BuilderRenewalTermConfiguration.Builder. enableAutoRenew(Boolean enableAutoRenew)Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle.RenewalTermConfiguration.BuilderRenewalTermConfiguration. toBuilder()Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type RenewalTermConfiguration.Builder Modifier and Type Method Description static Class<? extends RenewalTermConfiguration.Builder>RenewalTermConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type RenewalTermConfiguration.Builder Modifier and Type Method Description default RenewalTerm.BuilderRenewalTerm.Builder. configuration(Consumer<RenewalTermConfiguration.Builder> configuration)Additional parameters specified by the acceptor while accepting the term.
-