Interface HostedZoneLimit.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HostedZoneLimit.Builder,,- HostedZoneLimit> - SdkBuilder<HostedZoneLimit.Builder,,- HostedZoneLimit> - SdkPojo
- Enclosing class:
- HostedZoneLimit
- 
Method SummaryModifier and TypeMethodDescriptionThe limit that you requested.type(HostedZoneLimitType type) The limit that you requested.The current value for the limit that is specified byType.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe 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:
 
- 
 
- 
typeThe 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:
 
- 
 
- 
valueThe current value for the limit that is specified by Type.- Parameters:
- value- The current value for the limit that is specified by- Type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-