Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneOwner.Builder
Packages that use HostedZoneOwner.Builder
-
Uses of HostedZoneOwner.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneOwner.BuilderModifier and TypeMethodDescriptionstatic HostedZoneOwner.BuilderHostedZoneOwner.builder()HostedZoneOwner.Builder.owningAccount(String owningAccount) If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,OwningAccountcontains the account ID of that account.HostedZoneOwner.Builder.owningService(String owningService) If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,OwningServicecontains an abbreviation that identifies the service.HostedZoneOwner.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneOwner.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostedZoneOwner.Builder>HostedZoneOwner.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneOwner.BuilderModifier and TypeMethodDescriptiondefault HostedZoneSummary.BuilderHostedZoneSummary.Builder.owner(Consumer<HostedZoneOwner.Builder> owner) The owner of a private hosted zone that the specified VPC is associated with.