public static interface GetReusableDelegationSetLimitRequest.Builder extends Route53Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetReusableDelegationSetLimitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. |
build
overrideConfiguration
copy
applyMutation, build
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.
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
,
ReusableDelegationSetLimitType
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.
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
,
ReusableDelegationSetLimitType
GetReusableDelegationSetLimitRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetReusableDelegationSetLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.