| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneLimit.Builder |
HostedZoneLimit.builder() |
HostedZoneLimit.Builder |
HostedZoneLimit.toBuilder() |
HostedZoneLimit.Builder |
HostedZoneLimit.Builder.type(HostedZoneLimitType type)
The limit that you requested.
|
HostedZoneLimit.Builder |
HostedZoneLimit.Builder.type(String type)
The limit that you requested.
|
HostedZoneLimit.Builder |
HostedZoneLimit.Builder.value(Long value)
The current value for the limit that is specified by
Type. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostedZoneLimit.Builder> |
HostedZoneLimit.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetHostedZoneLimitResponse.Builder |
GetHostedZoneLimitResponse.Builder.limit(Consumer<HostedZoneLimit.Builder> limit)
The current setting for the specified limit.
|
Copyright © 2020. All rights reserved.