public static interface GetReusableDelegationSetLimitRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReusableDelegationSetLimitRequest.Builder |
delegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
|
GetReusableDelegationSetLimitRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetReusableDelegationSetLimitRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetReusableDelegationSetLimitRequest.Builder |
type(ReusableDelegationSetLimitType type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set. |
GetReusableDelegationSetLimitRequest.Builder |
type(String type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set. |
buildrequestOverrideConfigcopyapply, buildGetReusableDelegationSetLimitRequest.Builder type(String type)
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set.
type - Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones
that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType,
ReusableDelegationSetLimitTypeGetReusableDelegationSetLimitRequest.Builder type(ReusableDelegationSetLimitType type)
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set.
type - Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones
that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType,
ReusableDelegationSetLimitTypeGetReusableDelegationSetLimitRequest.Builder delegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
delegationSetId - The ID of the delegation set that you want to get the limit for.GetReusableDelegationSetLimitRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetReusableDelegationSetLimitRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.