Uses of Interface
software.amazon.awssdk.services.route53.model.ReusableDelegationSetLimit.Builder
Packages that use ReusableDelegationSetLimit.Builder
-
Uses of ReusableDelegationSetLimit.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ReusableDelegationSetLimit.BuilderModifier and TypeMethodDescriptionReusableDelegationSetLimit.builder()ReusableDelegationSetLimit.toBuilder()The limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimit.Builder.type(ReusableDelegationSetLimitType type) The limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.The current value for theMAX_ZONES_BY_REUSABLE_DELEGATION_SETlimit.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ReusableDelegationSetLimit.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReusableDelegationSetLimit.Builder>ReusableDelegationSetLimit.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ReusableDelegationSetLimit.BuilderModifier and TypeMethodDescriptionGetReusableDelegationSetLimitResponse.Builder.limit(Consumer<ReusableDelegationSetLimit.Builder> limit) The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.