| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateHostedZoneResponse |
Route53Client.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)
Creates a new public or private hosted zone.
|
default CompletableFuture<CreateHostedZoneResponse> |
Route53AsyncClient.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)
Creates a new public or private hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.builder() |
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.callerReference(String callerReference)
A unique string that identifies the request and that allows failed
CreateHostedZone requests to
be retried without the risk of executing the operation twice. |
CreateHostedZoneRequest.Builder |
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.Builder |
CreateHostedZoneRequest.Builder.hostedZoneConfig(Consumer<HostedZoneConfig.Builder> hostedZoneConfig)
(Optional) A complex type that contains the following optional values:
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.hostedZoneConfig(HostedZoneConfig hostedZoneConfig)
(Optional) A complex type that contains the following optional values:
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.name(String name)
The name of the domain.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.toBuilder() |
default CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.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.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.vpc(VPC vpc)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're
associating with this hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateHostedZoneRequest.Builder> |
CreateHostedZoneRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.