Interface HostedZoneLimit.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HostedZoneLimit.Builder,HostedZoneLimit>,SdkBuilder<HostedZoneLimit.Builder,HostedZoneLimit>,SdkPojo
- Enclosing class:
- HostedZoneLimit
public static interface HostedZoneLimit.Builder extends SdkPojo, CopyableBuilder<HostedZoneLimit.Builder,HostedZoneLimit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostedZoneLimit.Buildertype(String type)The limit that you requested.HostedZoneLimit.Buildertype(HostedZoneLimitType type)The limit that you requested.HostedZoneLimit.Buildervalue(Long value)The current value for the limit that is specified byType.-
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
HostedZoneLimit.Builder type(String type)
The limit that you requested. Valid values include the following:
-
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
-
MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
- Parameters:
type- The limit that you requested. Valid values include the following:-
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
-
MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HostedZoneLimitType,HostedZoneLimitType
-
-
type
HostedZoneLimit.Builder type(HostedZoneLimitType type)
The limit that you requested. Valid values include the following:
-
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
-
MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
- Parameters:
type- The limit that you requested. Valid values include the following:-
MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
-
MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HostedZoneLimitType,HostedZoneLimitType
-
-
value
HostedZoneLimit.Builder value(Long value)
The current value for the limit that is specified by
Type.- Parameters:
value- The current value for the limit that is specified byType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-