| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ReusableDelegationSetLimit.Builder |
ReusableDelegationSetLimit.builder() |
ReusableDelegationSetLimit.Builder |
ReusableDelegationSetLimit.toBuilder() |
ReusableDelegationSetLimit.Builder |
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 |
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 |
ReusableDelegationSetLimit.Builder.value(Long value)
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReusableDelegationSetLimit.Builder> |
ReusableDelegationSetLimit.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetReusableDelegationSetLimitResponse.Builder |
GetReusableDelegationSetLimitResponse.Builder.limit(Consumer<ReusableDelegationSetLimit.Builder> limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable
delegation set.
|
Copyright © 2023. All rights reserved.