public static interface GetHostedZoneLimitRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHostedZoneLimitRequest.Builder,GetHostedZoneLimitRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneLimitRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to get a limit for.
|
GetHostedZoneLimitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetHostedZoneLimitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetHostedZoneLimitRequest.Builder |
type(HostedZoneLimitType type)
The limit that you want to get.
|
GetHostedZoneLimitRequest.Builder |
type(String type)
The limit that you want to get.
|
buildoverrideConfigurationcopyapplyMutation, buildGetHostedZoneLimitRequest.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.
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.
HostedZoneLimitType,
HostedZoneLimitTypeGetHostedZoneLimitRequest.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.
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.
HostedZoneLimitType,
HostedZoneLimitTypeGetHostedZoneLimitRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to get a limit for.
hostedZoneId - The ID of the hosted zone that you want to get a limit for.GetHostedZoneLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetHostedZoneLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.