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 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.

      Parameters:
      vpcRegion - For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the VPC in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcRegion

      For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the VPC in.

      Parameters:
      vpcRegion - For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the VPC in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      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 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListHostedZonesByVpcRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.