Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneResponse.Builder
Packages that use GetHostedZoneResponse.Builder
-
Uses of GetHostedZoneResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHostedZoneResponse.BuilderModifier and TypeMethodDescriptionGetHostedZoneResponse.builder()default GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder.delegationSet(Consumer<DelegationSet.Builder> delegationSet) A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.GetHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.default GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone) A complex type that contains general information about the specified hosted zone.GetHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone) A complex type that contains general information about the specified hosted zone.GetHostedZoneResponse.toBuilder()GetHostedZoneResponse.Builder.vpCs(Collection<VPC> vpCs) A complex type that contains information about the VPCs that are associated with the specified hosted zone.GetHostedZoneResponse.Builder.vpCs(Consumer<VPC.Builder>... vpCs) A complex type that contains information about the VPCs that are associated with the specified hosted zone.A complex type that contains information about the VPCs that are associated with the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHostedZoneResponse.Builder>GetHostedZoneResponse.serializableBuilderClass()