Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneLimit.Builder
-
Packages that use HostedZoneLimit.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneLimit.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneLimit.Builder Modifier and Type Method Description static HostedZoneLimit.BuilderHostedZoneLimit. builder()HostedZoneLimit.BuilderHostedZoneLimit. toBuilder()HostedZoneLimit.BuilderHostedZoneLimit.Builder. type(String type)The limit that you requested.HostedZoneLimit.BuilderHostedZoneLimit.Builder. type(HostedZoneLimitType type)The limit that you requested.HostedZoneLimit.BuilderHostedZoneLimit.Builder. value(Long value)The current value for the limit that is specified byType.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneLimit.Builder Modifier and Type Method Description static Class<? extends HostedZoneLimit.Builder>HostedZoneLimit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneLimit.Builder Modifier and Type Method Description default GetHostedZoneLimitResponse.BuilderGetHostedZoneLimitResponse.Builder. limit(Consumer<HostedZoneLimit.Builder> limit)The current setting for the specified limit.
-