Interface ListHostedZonesByVpcRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest>,Route53Request.Builder,SdkBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHostedZonesByVpcRequest
public static interface ListHostedZonesByVpcRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHostedZonesByVpcRequest.BuildermaxItems(String maxItems)(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.ListHostedZonesByVpcRequest.BuildernextToken(String nextToken)If the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones.ListHostedZonesByVpcRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostedZonesByVpcRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostedZonesByVpcRequest.BuildervpcId(String vpcId)The ID of the Amazon VPC that you want to list hosted zones for.ListHostedZonesByVpcRequest.BuildervpcRegion(String vpcRegion)For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.ListHostedZonesByVpcRequest.BuildervpcRegion(VPCRegion vpcRegion)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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vpcId
ListHostedZonesByVpcRequest.Builder vpcId(String 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
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.
-
vpcRegion
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.
-
maxItems
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
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
ListHostedZonesByVpcRequest.Builder nextToken(String 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
-
-