CopyableBuilder<GetHostedZoneResponse.Builder,GetHostedZoneResponse>
, SdkBuilder<GetHostedZoneResponse.Builder,GetHostedZoneResponse>
public static interface GetHostedZoneResponse.Builder extends CopyableBuilder<GetHostedZoneResponse.Builder,GetHostedZoneResponse>
Modifier and Type | Method | Description |
---|---|---|
GetHostedZoneResponse.Builder |
delegationSet(DelegationSet delegationSet) |
A complex type that lists the Amazon Route 53 name servers for 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(VPC... vpCs) |
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
copy
apply, build
GetHostedZoneResponse.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.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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setVPCs(java.util.Collection)
or #withVPCs(java.util.Collection)
if you want to override the
existing values.
vpCs
- A complex type that contains information about the VPCs that are associated with the specified hosted
zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.