Interface ListVpcConnectionsResponse.Builder

    • Method Detail

      • vpcConnectionSummaries

        ListVpcConnectionsResponse.Builder vpcConnectionSummaries​(Collection<VPCConnectionSummary> vpcConnectionSummaries)

        A VPCConnectionSummaries object that returns a summary of VPC connection objects.

        Parameters:
        vpcConnectionSummaries - A VPCConnectionSummaries object that returns a summary of VPC connection objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConnectionSummaries

        ListVpcConnectionsResponse.Builder vpcConnectionSummaries​(VPCConnectionSummary... vpcConnectionSummaries)

        A VPCConnectionSummaries object that returns a summary of VPC connection objects.

        Parameters:
        vpcConnectionSummaries - A VPCConnectionSummaries object that returns a summary of VPC connection objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpcConnectionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        ListVpcConnectionsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListVpcConnectionsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.