Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesByNameResponse.Builder
Packages that use ListHostedZonesByNameResponse.Builder
-
Uses of ListHostedZonesByNameResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesByNameResponse.BuilderModifier and TypeMethodDescriptionListHostedZonesByNameResponse.builder()For the second and subsequent calls toListHostedZonesByName,DNSNameis the value that you specified for thednsnameparameter in the request that produced the current response.ListHostedZonesByNameResponse.Builder.hostedZoneId(String hostedZoneId) The ID that Amazon Route 53 assigned to the hosted zone when you created it.ListHostedZonesByNameResponse.Builder.hostedZones(Collection<HostedZone> hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesByNameResponse.Builder.hostedZones(Consumer<HostedZone.Builder>... hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesByNameResponse.Builder.hostedZones(HostedZone... hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesByNameResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether there are more hosted zones to be listed.The value that you specified for themaxitemsparameter in the call toListHostedZonesByNamethat produced the current response.ListHostedZonesByNameResponse.Builder.nextDNSName(String nextDNSName) IfIsTruncatedis true, the value ofNextDNSNameis the name of the first hosted zone in the next group ofmaxitemshosted zones.ListHostedZonesByNameResponse.Builder.nextHostedZoneId(String nextHostedZoneId) IfIsTruncatedistrue, the value ofNextHostedZoneIdidentifies the first hosted zone in the next group ofmaxitemshosted zones.ListHostedZonesByNameResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesByNameResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHostedZonesByNameResponse.Builder>ListHostedZonesByNameResponse.serializableBuilderClass()