public static interface ListHostedZonesByVpcRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVpcRequest.Builder |
maxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
ListHostedZonesByVpcRequest.Builder |
nextToken(String nextToken)
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
ListHostedZonesByVpcRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostedZonesByVpcRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHostedZonesByVpcRequest.Builder |
vpcId(String vpcId)
The ID of the Amazon VPC that you want to list hosted zones for.
|
ListHostedZonesByVpcRequest.Builder |
vpcRegion(String vpcRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created
the VPC in. |
ListHostedZonesByVpcRequest.Builder |
vpcRegion(VPCRegion vpcRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created
the VPC in. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHostedZonesByVpcRequest.Builder vpcId(String vpcId)
The ID of the Amazon VPC that you want to list hosted zones for.
vpcId - The ID of the Amazon VPC that you want to list hosted zones for.ListHostedZonesByVpcRequest.Builder vpcRegion(String vpcRegion)
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created
the VPC in.
ListHostedZonesByVpcRequest.Builder vpcRegion(VPCRegion vpcRegion)
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created
the VPC in.
ListHostedZonesByVpcRequest.Builder maxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC
is associated with more than MaxItems hosted zones, the response includes a
NextToken element. NextToken contains an encrypted token that identifies the first
hosted zone that Route 53 will return if you submit another request.
maxItems - (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the
specified VPC is associated with more than MaxItems hosted zones, the response includes a
NextToken element. NextToken contains an encrypted token that identifies the
first hosted zone that Route 53 will return if you submit another request.ListHostedZonesByVpcRequest.Builder nextToken(String nextToken)
If the previous response included a NextToken element, the specified VPC is associated with more
hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous
response.
If the previous response didn't include a NextToken element, there are no more hosted zones to
get.
nextToken - If the previous response included a NextToken element, the specified VPC is associated
with more hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC
request.
For the value of NextToken, specify the value of NextToken from the previous
response.
If the previous response didn't include a NextToken element, there are no more hosted
zones to get.
ListHostedZonesByVpcRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHostedZonesByVpcRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.