public static interface CreateHostedZoneResponse.Builder extends Route53Response.Builder, CopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResponse.Builder |
changeInfo(ChangeInfo changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
default CreateHostedZoneResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about the
CreateHostedZone request. |
default CreateHostedZoneResponse.Builder |
delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that describes the name servers for this hosted zone.
|
CreateHostedZoneResponse.Builder |
delegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
default CreateHostedZoneResponse.Builder |
hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResponse.Builder |
hostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResponse.Builder |
location(String location)
The unique URL representing the new hosted zone.
|
default 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 |
vpc(VPC vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateHostedZoneResponse.Builder hostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
hostedZone - A complex type that contains general information about the hosted zone.default CreateHostedZoneResponse.Builder hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the hosted zone.
This is a convenience that creates an instance of theHostedZone.Builder avoiding the need to create
one manually via HostedZone.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to hostedZone(HostedZone).hostedZone - a consumer that will call methods on HostedZone.BuilderhostedZone(HostedZone)CreateHostedZoneResponse.Builder changeInfo(ChangeInfo changeInfo)
A complex type that contains information about the CreateHostedZone request.
changeInfo - A complex type that contains information about the CreateHostedZone request.default CreateHostedZoneResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about the CreateHostedZone request.
ChangeInfo.Builder avoiding the need to create
one manually via ChangeInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to changeInfo(ChangeInfo).changeInfo - a consumer that will call methods on ChangeInfo.BuilderchangeInfo(ChangeInfo)CreateHostedZoneResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
delegationSet - A complex type that describes the name servers for this hosted zone.default CreateHostedZoneResponse.Builder delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that describes the name servers for this hosted zone.
This is a convenience that creates an instance of theDelegationSet.Builder avoiding the need to
create one manually via DelegationSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to delegationSet(DelegationSet).delegationSet - a consumer that will call methods on DelegationSet.BuilderdelegationSet(DelegationSet)CreateHostedZoneResponse.Builder vpc(VPC vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
vpc - A complex type that contains information about an Amazon VPC that you associated with this hosted
zone.default CreateHostedZoneResponse.Builder vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
This is a convenience that creates an instance of theVPC.Builder avoiding the need to create one
manually via VPC.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to vpc(VPC).vpc - a consumer that will call methods on VPC.Buildervpc(VPC)CreateHostedZoneResponse.Builder location(String location)
The unique URL representing the new hosted zone.
location - The unique URL representing the new hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.