Interface GetReusableDelegationSetLimitRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>,Route53Request.Builder,SdkBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetReusableDelegationSetLimitRequest
public static interface GetReusableDelegationSetLimitRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetReusableDelegationSetLimitRequest.BuilderdelegationSetId(String delegationSetId)The ID of the delegation set that you want to get the limit for.GetReusableDelegationSetLimitRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetReusableDelegationSetLimitRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetReusableDelegationSetLimitRequest.Buildertype(String type)SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.GetReusableDelegationSetLimitRequest.Buildertype(ReusableDelegationSetLimitType type)SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
GetReusableDelegationSetLimitRequest.Builder type(String type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.- Parameters:
type- SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum 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.
- See Also:
ReusableDelegationSetLimitType,ReusableDelegationSetLimitType
-
type
GetReusableDelegationSetLimitRequest.Builder type(ReusableDelegationSetLimitType type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.- Parameters:
type- SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum 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.
- See Also:
ReusableDelegationSetLimitType,ReusableDelegationSetLimitType
-
delegationSetId
GetReusableDelegationSetLimitRequest.Builder delegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
- Parameters:
delegationSetId- The ID of the delegation set that you want to get the limit for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetReusableDelegationSetLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetReusableDelegationSetLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-