Interface ListConnectionsRequest.Builder

    • Method Detail

      • providerTypeFilter

        ListConnectionsRequest.Builder providerTypeFilter​(String providerTypeFilter)

        Filters the list of connections to those associated with a specified provider, such as Bitbucket.

        Parameters:
        providerTypeFilter - Filters the list of connections to those associated with a specified provider, such as Bitbucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType, ProviderType
      • providerTypeFilter

        ListConnectionsRequest.Builder providerTypeFilter​(ProviderType providerTypeFilter)

        Filters the list of connections to those associated with a specified provider, such as Bitbucket.

        Parameters:
        providerTypeFilter - Filters the list of connections to those associated with a specified provider, such as Bitbucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType, ProviderType
      • hostArnFilter

        ListConnectionsRequest.Builder hostArnFilter​(String hostArnFilter)

        Filters the list of connections to those associated with a specified host.

        Parameters:
        hostArnFilter - Filters the list of connections to those associated with a specified host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListConnectionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectionsRequest.Builder nextToken​(String nextToken)

        The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

        Parameters:
        nextToken - The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.