Interface ListVpcIngressConnectionsResponse.Builder

    • Method Detail

      • vpcIngressConnectionSummaryList

        ListVpcIngressConnectionsResponse.Builder vpcIngressConnectionSummaryList​(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)

        A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.

        Parameters:
        vpcIngressConnectionSummaryList - A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcIngressConnectionSummaryList

        ListVpcIngressConnectionsResponse.Builder vpcIngressConnectionSummaryList​(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)

        A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.

        Parameters:
        vpcIngressConnectionSummaryList - A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpcIngressConnectionsResponse.Builder nextToken​(String nextToken)

        The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

        Parameters:
        nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.