Interface ListVpcAssociationAuthorizationsResponse.Builder

    • Method Detail

      • hostedZoneId

        ListVpcAssociationAuthorizationsResponse.Builder hostedZoneId​(String 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

        ListVpcAssociationAuthorizationsResponse.Builder nextToken​(String 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

        ListVpcAssociationAuthorizationsResponse.Builder vpCs​(Collection<VPC> 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

        ListVpcAssociationAuthorizationsResponse.Builder vpCs​(VPC... 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.