Interface ReusableDelegationSetLimit.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReusableDelegationSetLimit.Builder,
,ReusableDelegationSetLimit> SdkBuilder<ReusableDelegationSetLimit.Builder,
,ReusableDelegationSetLimit> SdkPojo
- Enclosing class:
ReusableDelegationSetLimit
public static interface ReusableDelegationSetLimit.Builder
extends SdkPojo, CopyableBuilder<ReusableDelegationSetLimit.Builder,ReusableDelegationSetLimit>
-
Method Summary
Modifier and TypeMethodDescriptionThe limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted zones that you can associate with the specified reusable delegation set.The limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted zones that you can associate with the specified reusable delegation set.The current value for theMAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted zones that you can associate with the specified reusable delegation set.- Parameters:
type
- The limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, 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:
-
type
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted zones that you can associate with the specified reusable delegation set.- Parameters:
type
- The limit that you requested:MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, 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:
-
value
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.- Parameters:
value
- The current value for theMAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-