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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReusableDelegationSetLimit.Buildertype(String 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.ReusableDelegationSetLimit.Buildertype(ReusableDelegationSetLimitType 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.ReusableDelegationSetLimit.Buildervalue(Long value)The current value for theMAX_ZONES_BY_REUSABLE_DELEGATION_SETlimit.-
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 Detail
-
type
ReusableDelegationSetLimit.Builder type(String 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:
ReusableDelegationSetLimitType,ReusableDelegationSetLimitType
-
type
ReusableDelegationSetLimit.Builder type(ReusableDelegationSetLimitType 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:
ReusableDelegationSetLimitType,ReusableDelegationSetLimitType
-
value
ReusableDelegationSetLimit.Builder value(Long value)
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SETlimit.- Parameters:
value- The current value for theMAX_ZONES_BY_REUSABLE_DELEGATION_SETlimit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-