public static interface GetHostedZoneLimitResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneLimitResponse.Builder |
count(Long count)
The current number of entities that you have created of the specified type.
|
default GetHostedZoneLimitResponse.Builder |
limit(Consumer<HostedZoneLimit.Builder> limit)
The current setting for the specified limit.
|
GetHostedZoneLimitResponse.Builder |
limit(HostedZoneLimit limit)
The current setting for the specified limit.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetHostedZoneLimitResponse.Builder limit(HostedZoneLimit limit)
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for the value of Type in the request, the value of Limit is the maximum number of
records that you can create in the specified hosted zone.
limit - The current setting for the specified limit. For example, if you specified
MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of
Limit is the maximum number of records that you can create in the specified hosted zone.default GetHostedZoneLimitResponse.Builder limit(Consumer<HostedZoneLimit.Builder> limit)
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for the value of Type in the request, the value of Limit is the maximum number of
records that you can create in the specified hosted zone.
HostedZoneLimit.Builder avoiding the need to
create one manually via HostedZoneLimit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to limit(HostedZoneLimit).limit - a consumer that will call methods on HostedZoneLimit.Builderlimit(HostedZoneLimit)GetHostedZoneLimitResponse.Builder count(Long count)
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of
Count is the current number of records that you have created in the specified hosted zone.
count - The current number of entities that you have created of the specified type. For example, if you
specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value
of Count is the current number of records that you have created in the specified hosted
zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.