Uses of Interface
software.amazon.awssdk.services.route53.model.HostedZoneConfig.Builder
-
Packages that use HostedZoneConfig.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneConfig.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneConfig.Builder Modifier and Type Method Description static HostedZoneConfig.BuilderHostedZoneConfig. builder()HostedZoneConfig.BuilderHostedZoneConfig.Builder. comment(String comment)Any comments that you want to include about the hosted zone.HostedZoneConfig.BuilderHostedZoneConfig.Builder. privateZone(Boolean privateZone)A value that indicates whether this is a private hosted zone.HostedZoneConfig.BuilderHostedZoneConfig. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneConfig.Builder Modifier and Type Method Description static Class<? extends HostedZoneConfig.Builder>HostedZoneConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneConfig.Builder Modifier and Type Method Description default HostedZone.BuilderHostedZone.Builder. config(Consumer<HostedZoneConfig.Builder> config)A complex type that includes theCommentandPrivateZoneelements.default CreateHostedZoneRequest.BuilderCreateHostedZoneRequest.Builder. hostedZoneConfig(Consumer<HostedZoneConfig.Builder> hostedZoneConfig)(Optional) A complex type that contains the following optional values:
-