Interface ListVpcAssociationAuthorizationsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListVpcAssociationAuthorizationsResponse.Builder,ListVpcAssociationAuthorizationsResponse>, Route53Response.Builder, SdkBuilder<ListVpcAssociationAuthorizationsResponse.Builder,ListVpcAssociationAuthorizationsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListVpcAssociationAuthorizationsResponse

  • Method Details

    • hostedZoneId

      The ID of the hosted zone that you can associate the listed VPCs with.

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

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

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

      The list of VPCs that are authorized to be associated with the specified hosted zone.

      Parameters:
      vpCs - The list of VPCs that are authorized to be associated with the specified hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpCs

      The list of VPCs that are authorized to be associated with the specified hosted zone.

      Parameters:
      vpCs - The list of VPCs that are authorized to be associated with the specified hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpCs

      The list of VPCs that are authorized to be associated with the specified hosted zone.

      This is a convenience method that creates an instance of the VPC.Builder avoiding the need to create one manually via VPC.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpCs(List<VPC>).

      Parameters:
      vpCs - a consumer that will call methods on VPC.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: