public static interface HostedZoneLimit.Builder extends CopyableBuilder<HostedZoneLimit.Builder,HostedZoneLimit>
| Modifier and Type | Method and Description |
|---|---|
HostedZoneLimit.Builder |
type(HostedZoneLimitType type)
The limit that you requested.
|
HostedZoneLimit.Builder |
type(String type)
The limit that you requested.
|
HostedZoneLimit.Builder |
value(Long value)
The current value for the limit that is specified by
Type. |
copyapply, buildHostedZoneLimit.Builder type(String type)
The limit that you requested. Valid values include the following:
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
MAX_VPCS_ASSOCIATED_BY_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
type - The limit that you requested. Valid values include the following:
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
MAX_VPCS_ASSOCIATED_BY_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
HostedZoneLimitType,
HostedZoneLimitTypeHostedZoneLimit.Builder type(HostedZoneLimitType type)
The limit that you requested. Valid values include the following:
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
MAX_VPCS_ASSOCIATED_BY_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
type - The limit that you requested. Valid values include the following:
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
MAX_VPCS_ASSOCIATED_BY_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
HostedZoneLimitType,
HostedZoneLimitTypeHostedZoneLimit.Builder value(Long value)
The current value for the limit that is specified by Type.
value - The current value for the limit that is specified by Type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.