Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneSummary.Builder
Packages that use HostedZoneSummary.Builder
-
Uses of HostedZoneSummary.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneSummary.BuilderModifier and TypeMethodDescriptionstatic HostedZoneSummary.BuilderHostedZoneSummary.builder()HostedZoneSummary.Builder.hostedZoneId(String hostedZoneId) The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.The name of the private hosted zone, such asexample.com.default HostedZoneSummary.BuilderHostedZoneSummary.Builder.owner(Consumer<HostedZoneOwner.Builder> owner) The owner of a private hosted zone that the specified VPC is associated with.HostedZoneSummary.Builder.owner(HostedZoneOwner owner) The owner of a private hosted zone that the specified VPC is associated with.HostedZoneSummary.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostedZoneSummary.Builder>HostedZoneSummary.serializableBuilderClass()