public static interface ReusableDelegationSetLimit.Builder extends CopyableBuilder<ReusableDelegationSetLimit.Builder,ReusableDelegationSetLimit>
| Modifier and Type | Method and Description |
|---|---|
ReusableDelegationSetLimit.Builder |
type(ReusableDelegationSetLimitType type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
ReusableDelegationSetLimit.Builder |
type(String type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
ReusableDelegationSetLimit.Builder |
value(Long value)
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
copyapply, buildReusableDelegationSetLimit.Builder type(String type)
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
type - The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType,
ReusableDelegationSetLimitTypeReusableDelegationSetLimit.Builder type(ReusableDelegationSetLimitType type)
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
type - The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType,
ReusableDelegationSetLimitTypeReusableDelegationSetLimit.Builder value(Long value)
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.
value - The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.