Interface ListConnectionsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeStarConnectionsRequest.Builder, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>, SdkBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListConnectionsRequest

  • Method Details

    • 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:
    • 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:
    • 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.
    • overrideConfiguration

      ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.