CopyableBuilder<HostedZone.Builder,HostedZone>, SdkBuilder<HostedZone.Builder,HostedZone>public static interface HostedZone.Builder extends CopyableBuilder<HostedZone.Builder,HostedZone>
| Modifier and Type | Method | Description |
|---|---|---|
HostedZone.Builder |
callerReference(String callerReference) |
The value that you specified for
CallerReference when you created the hosted zone. |
HostedZone.Builder |
config(HostedZoneConfig config) |
A complex type that includes the
Comment and PrivateZone elements. |
HostedZone.Builder |
id(String id) |
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
HostedZone.Builder |
name(String name) |
The name of the domain.
|
HostedZone.Builder |
resourceRecordSetCount(Long resourceRecordSetCount) |
The number of resource record sets in the hosted zone.
|
copyapply, buildHostedZone.Builder id(String id)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
id - The ID that Amazon Route 53 assigned to the hosted zone when you created it.HostedZone.Builder name(String name)
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
For information about how to specify characters other than a-z, 0-9, and
- (hyphen) and how to specify internationalized domain names, see CreateHostedZone.
name - The name of the domain. For public hosted zones, this is the name that you have registered with your
DNS registrar.
For information about how to specify characters other than a-z, 0-9, and
- (hyphen) and how to specify internationalized domain names, see
CreateHostedZone.
HostedZone.Builder callerReference(String callerReference)
The value that you specified for CallerReference when you created the hosted zone.
callerReference - The value that you specified for CallerReference when you created the hosted zone.HostedZone.Builder config(HostedZoneConfig config)
A complex type that includes the Comment and PrivateZone elements. If you omitted
the HostedZoneConfig and Comment elements from the request, the Config
and Comment elements don't appear in the response.
config - A complex type that includes the Comment and PrivateZone elements. If you
omitted the HostedZoneConfig and Comment elements from the request, the
Config and Comment elements don't appear in the response.HostedZone.Builder resourceRecordSetCount(Long resourceRecordSetCount)
The number of resource record sets in the hosted zone.
resourceRecordSetCount - The number of resource record sets in the hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.