public static interface GetHostedZoneResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetHostedZoneResponse.Builder,GetHostedZoneResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
delegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
default GetHostedZoneResponse.Builder |
hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the specified hosted zone.
|
GetHostedZoneResponse.Builder |
hostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
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 |
vpCs(Consumer<VPC.Builder>... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
GetHostedZoneResponse.Builder |
vpCs(VPC... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetHostedZoneResponse.Builder hostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
hostedZone - A complex type that contains general information about the specified hosted zone.default GetHostedZoneResponse.Builder hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains general information about the specified 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)GetHostedZoneResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
delegationSet - A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.default GetHostedZoneResponse.Builder delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified 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)GetHostedZoneResponse.Builder vpCs(Collection<VPC> vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
vpCs - A complex type that contains information about the VPCs that are associated with the specified hosted
zone.GetHostedZoneResponse.Builder vpCs(VPC... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
vpCs - A complex type that contains information about the VPCs that are associated with the specified hosted
zone.GetHostedZoneResponse.Builder vpCs(Consumer<VPC.Builder>... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #vpCs(List) .vpCs - a consumer that will call methods on List.Builder #vpCs(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.