Interface ListHostedZonesByVpcRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHostedZonesByVpcRequest.Builder,,ListHostedZonesByVpcRequest> Route53Request.Builder,SdkBuilder<ListHostedZonesByVpcRequest.Builder,,ListHostedZonesByVpcRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHostedZonesByVpcRequest
-
Method Summary
Modifier and TypeMethodDescription(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.If the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the Amazon VPC that you want to list hosted zones for.For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The ID of the Amazon VPC that you want to list hosted zones for.
- Parameters:
vpcId- The ID of the Amazon VPC that you want to list hosted zones for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcRegion
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in. -
vpcRegion
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in. -
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
MaxItemshosted zones, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.- Parameters:
maxItems- (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more thanMaxItemshosted zones, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the previous response included a
NextTokenelement, the specified VPC is associated with more hosted zones. To get more hosted zones, submit anotherListHostedZonesByVPCrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response.If the previous response didn't include a
NextTokenelement, there are no more hosted zones to get.- Parameters:
nextToken- If the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones. To get more hosted zones, submit anotherListHostedZonesByVPCrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response.If the previous response didn't include a
NextTokenelement, there are no more hosted zones to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHostedZonesByVpcRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHostedZonesByVpcRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-