| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneResponse.Builder |
GetHostedZoneResponse.builder() |
default GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
default GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the specified hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.toBuilder() |
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.vpCs(Collection<VPC> vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.vpCs(Consumer<VPC.Builder>... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.vpCs(VPC... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostedZoneResponse.Builder> |
GetHostedZoneResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.