public static interface GetReusableDelegationSetLimitResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetReusableDelegationSetLimitResponse.Builder,GetReusableDelegationSetLimitResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReusableDelegationSetLimitResponse.Builder |
count(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
|
default 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.
|
GetReusableDelegationSetLimitResponse.Builder |
limit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable
delegation set.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetReusableDelegationSetLimitResponse.Builder limit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
limit - The current setting for the limit on hosted zones that you can associate with the specified reusable
delegation set.default 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.
This is a convenience that creates an instance of theReusableDelegationSetLimit.Builder avoiding the
need to create one manually via ReusableDelegationSetLimit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to limit(ReusableDelegationSetLimit).limit - a consumer that will call methods on ReusableDelegationSetLimit.Builderlimit(ReusableDelegationSetLimit)GetReusableDelegationSetLimitResponse.Builder count(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
count - The current number of hosted zones that you can associate with the specified reusable delegation set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.