Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneOwner.Builder
-
Packages that use HostedZoneOwner.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneOwner.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneOwner.Builder Modifier and Type Method Description static HostedZoneOwner.BuilderHostedZoneOwner. builder()HostedZoneOwner.BuilderHostedZoneOwner.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.BuilderHostedZoneOwner.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.BuilderHostedZoneOwner. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneOwner.Builder Modifier and Type Method Description static Class<? extends HostedZoneOwner.Builder>HostedZoneOwner. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneOwner.Builder Modifier and Type Method Description default HostedZoneSummary.BuilderHostedZoneSummary.Builder. owner(Consumer<HostedZoneOwner.Builder> owner)The owner of a private hosted zone that the specified VPC is associated with.
-