Interface ListVpcAssociationAuthorizationsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>, Route53Request.Builder, SdkBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListVpcAssociationAuthorizationsRequest

public static interface ListVpcAssociationAuthorizationsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>
  • Method Details

    • hostedZoneId

      The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.

      Parameters:
      hostedZoneId - The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Optional: If a response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of results, submit another request, and include the value of NextToken from the response in the nexttoken parameter in another ListVPCAssociationAuthorizations request.

      Parameters:
      nextToken - Optional: If a response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of results, submit another request, and include the value of NextToken from the response in the nexttoken parameter in another ListVPCAssociationAuthorizations request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If you don't specify a value for MaxResults, Route 53 returns up to 50 VPCs per page.

      Parameters:
      maxResults - Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If you don't specify a value for MaxResults, Route 53 returns up to 50 VPCs per page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.