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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetHostedZoneLimitRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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_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,
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_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,
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetHostedZoneLimitRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.