Interface GetReusableDelegationSetLimitResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetReusableDelegationSetLimitResponse.Builder,GetReusableDelegationSetLimitResponse>,Route53Response.Builder,SdkBuilder<GetReusableDelegationSetLimitResponse.Builder,GetReusableDelegationSetLimitResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetReusableDelegationSetLimitResponse
public static interface GetReusableDelegationSetLimitResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetReusableDelegationSetLimitResponse.Builder,GetReusableDelegationSetLimitResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetReusableDelegationSetLimitResponse.Buildercount(Long count)The current number of hosted zones that you can associate with the specified reusable delegation set.default GetReusableDelegationSetLimitResponse.Builderlimit(Consumer<ReusableDelegationSetLimit.Builder> limit)The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.GetReusableDelegationSetLimitResponse.Builderlimit(ReusableDelegationSetLimit limit)The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
limit
GetReusableDelegationSetLimitResponse.Builder limit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
- Parameters:
limit- The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
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 method that creates an instance of theReusableDelegationSetLimit.Builderavoiding the need to create one manually viaReusableDelegationSetLimit.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolimit(ReusableDelegationSetLimit).- Parameters:
limit- a consumer that will call methods onReusableDelegationSetLimit.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
limit(ReusableDelegationSetLimit)
-
count
GetReusableDelegationSetLimitResponse.Builder count(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
- Parameters:
count- The current number of hosted zones that you can associate with the specified reusable delegation set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-