Uses of Interface
software.amazon.awssdk.services.route53.model.CreateHostedZoneRequest.Builder
Packages that use CreateHostedZoneRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateHostedZoneRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest) Creates a new public or private hosted zone.default CreateHostedZoneResponseRoute53Client.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest) Creates a new public or private hosted zone. -
Uses of CreateHostedZoneRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateHostedZoneRequest.BuilderModifier and TypeMethodDescriptionCreateHostedZoneRequest.builder()CreateHostedZoneRequest.Builder.callerReference(String callerReference) A unique string that identifies the request and that allows failedCreateHostedZonerequests to be retried without the risk of executing the operation twice.CreateHostedZoneRequest.Builder.delegationSetId(String delegationSetId) If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon RouteĀ 53 assigned to the reusable delegation set when you created it.default CreateHostedZoneRequest.BuilderCreateHostedZoneRequest.Builder.hostedZoneConfig(Consumer<HostedZoneConfig.Builder> hostedZoneConfig) (Optional) A complex type that contains the following optional values:CreateHostedZoneRequest.Builder.hostedZoneConfig(HostedZoneConfig hostedZoneConfig) (Optional) A complex type that contains the following optional values:The name of the domain.CreateHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateHostedZoneRequest.toBuilder()default CreateHostedZoneRequest.BuilderCreateHostedZoneRequest.Builder.vpc(Consumer<VPC.Builder> vpc) (Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateHostedZoneRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateHostedZoneRequest.Builder>CreateHostedZoneRequest.serializableBuilderClass()