Interface GetHostedZoneLimitRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHostedZoneLimitRequest.Builder,GetHostedZoneLimitRequest>,Route53Request.Builder,SdkBuilder<GetHostedZoneLimitRequest.Builder,GetHostedZoneLimitRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHostedZoneLimitRequest
public static interface GetHostedZoneLimitRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHostedZoneLimitRequest.Builder,GetHostedZoneLimitRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHostedZoneLimitRequest.BuilderhostedZoneId(String hostedZoneId)The ID of the hosted zone that you want to get a limit for.GetHostedZoneLimitRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostedZoneLimitRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHostedZoneLimitRequest.Buildertype(String type)The limit that you want to get.GetHostedZoneLimitRequest.Buildertype(HostedZoneLimitType type)The limit that you want to get.-
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
GetHostedZoneLimitRequest.Builder type(String type)
The limit that you want to get. 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 want to get. 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
GetHostedZoneLimitRequest.Builder type(HostedZoneLimitType type)
The limit that you want to get. 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 want to get. 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
-
-
hostedZoneId
GetHostedZoneLimitRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to get a limit for.
- Parameters:
hostedZoneId- The ID of the hosted zone that you want to get a limit for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetHostedZoneLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetHostedZoneLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-