Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZone.Builder
Packages that use HostedZone.Builder
-
Uses of HostedZone.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZone.BuilderModifier and TypeMethodDescriptionstatic HostedZone.BuilderHostedZone.builder()HostedZone.Builder.callerReference(String callerReference) The value that you specified forCallerReferencewhen you created the hosted zone.default HostedZone.BuilderHostedZone.Builder.config(Consumer<HostedZoneConfig.Builder> config) A complex type that includes theCommentandPrivateZoneelements.HostedZone.Builder.config(HostedZoneConfig config) A complex type that includes theCommentandPrivateZoneelements.default HostedZone.BuilderHostedZone.Builder.features(Consumer<HostedZoneFeatures.Builder> features) The features configuration for the hosted zone, including accelerated recovery settings and status information.HostedZone.Builder.features(HostedZoneFeatures features) The features configuration for the hosted zone, including accelerated recovery settings and status information.The ID that Amazon Route 53 assigned to the hosted zone when you created it.default HostedZone.BuilderHostedZone.Builder.linkedService(Consumer<LinkedService.Builder> linkedService) If the hosted zone was created by another service, the service that created the hosted zone.HostedZone.Builder.linkedService(LinkedService linkedService) If the hosted zone was created by another service, the service that created the hosted zone.The name of the domain.HostedZone.Builder.resourceRecordSetCount(Long resourceRecordSetCount) The number of resource record sets in the hosted zone.HostedZone.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZone.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostedZone.Builder>HostedZone.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZone.BuilderModifier and TypeMethodDescriptiondefault CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone) A complex type that contains general information about the hosted zone.default GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone) A complex type that contains general information about the specified hosted zone.UpdateHostedZoneCommentResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone) A complex type that contains the response to theUpdateHostedZoneCommentrequest.