Uses of Interface
software.amazon.awssdk.services.route53.model.ReusableDelegationSetLimit.Builder
-
Packages that use ReusableDelegationSetLimit.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ReusableDelegationSetLimit.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ReusableDelegationSetLimit.Builder Modifier and Type Method Description static ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit. builder()ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit. toBuilder()ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit.Builder. type(String 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.ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit.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.ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit.Builder. value(Long value)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.Builder Modifier and Type Method Description static Class<? extends ReusableDelegationSetLimit.Builder>ReusableDelegationSetLimit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ReusableDelegationSetLimit.Builder Modifier and Type Method Description default GetReusableDelegationSetLimitResponse.BuilderGetReusableDelegationSetLimitResponse.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.
-