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