| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HostedZone.Builder |
HostedZone.builder() |
HostedZone.Builder |
HostedZone.Builder.callerReference(String callerReference)
The value that you specified for
CallerReference when you created the hosted zone. |
default HostedZone.Builder |
HostedZone.Builder.config(Consumer<HostedZoneConfig.Builder> config)
A complex type that includes the
Comment and PrivateZone elements. |
HostedZone.Builder |
HostedZone.Builder.config(HostedZoneConfig config)
A complex type that includes the
Comment and PrivateZone elements. |
HostedZone.Builder |
HostedZone.Builder.id(String id)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
default HostedZone.Builder |
HostedZone.Builder.linkedService(Consumer<LinkedService.Builder> linkedService)
If the hosted zone was created by another service, the service that created the hosted zone.
|
HostedZone.Builder |
HostedZone.Builder.linkedService(LinkedService linkedService)
If the hosted zone was created by another service, the service that created the hosted zone.
|
HostedZone.Builder |
HostedZone.Builder.name(String name)
The name of the domain.
|
HostedZone.Builder |
HostedZone.Builder.resourceRecordSetCount(Long resourceRecordSetCount)
The number of resource record sets in the hosted zone.
|
HostedZone.Builder |
HostedZone.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostedZone.Builder> |
HostedZone.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the specified hosted zone.
|
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the hosted zone.
|
default UpdateHostedZoneCommentResponse.Builder |
UpdateHostedZoneCommentResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
Copyright © 2021. All rights reserved.