public static interface GetHostedZoneLimitRequest.Builder extends Route53Request.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
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_TYPE: 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_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
HostedZoneLimitType
,
HostedZoneLimitType
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_TYPE: 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_TYPE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
HostedZoneLimitType
,
HostedZoneLimitType
GetHostedZoneLimitRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetHostedZoneLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.