| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.builder() |
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.changeInfo(ChangeInfo changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that describes the name servers for this hosted zone.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.location(String location)
The unique URL representing the new hosted zone.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.toBuilder() |
default CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.vpc(VPC vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateHostedZoneResponse.Builder> |
CreateHostedZoneResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.