Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZone.Builder
-
Packages that use HostedZone.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZone.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZone.Builder Modifier and Type Method Description static HostedZone.BuilderHostedZone. builder()HostedZone.BuilderHostedZone.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.BuilderHostedZone.Builder. config(HostedZoneConfig config)A complex type that includes theCommentandPrivateZoneelements.HostedZone.BuilderHostedZone.Builder. id(String id)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.BuilderHostedZone.Builder. linkedService(LinkedService linkedService)If the hosted zone was created by another service, the service that created the hosted zone.HostedZone.BuilderHostedZone.Builder. name(String name)The name of the domain.HostedZone.BuilderHostedZone.Builder. resourceRecordSetCount(Long resourceRecordSetCount)The number of resource record sets in the hosted zone.HostedZone.BuilderHostedZone. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZone.Builder Modifier and Type Method Description static Class<? extends HostedZone.Builder>HostedZone. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZone.Builder Modifier and Type Method Description default 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.default UpdateHostedZoneCommentResponse.BuilderUpdateHostedZoneCommentResponse.Builder. hostedZone(Consumer<HostedZone.Builder> hostedZone)A complex type that contains the response to theUpdateHostedZoneCommentrequest.
-