CopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
, SdkBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
public static interface CreateHostedZoneResponse.Builder extends CopyableBuilder<CreateHostedZoneResponse.Builder,CreateHostedZoneResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateHostedZoneResponse.Builder |
changeInfo(ChangeInfo changeInfo) |
A complex type that contains information about the
CreateHostedZone request. |
CreateHostedZoneResponse.Builder |
delegationSet(DelegationSet delegationSet) |
A complex type that describes the name servers for this 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.
|
CreateHostedZoneResponse.Builder |
vpc(VPC vpc) |
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
copy
apply, build
CreateHostedZoneResponse.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.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.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.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.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.