Interface ListConnectionsRequest.Builder

  • Method Details

    • catalog

      The catalog identifier for the partner account.

      Parameters:
      catalog - The catalog identifier for the partner account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListConnectionsRequest.Builder nextToken(String nextToken)

      The token for retrieving the next page of results in paginated responses.

      Parameters:
      nextToken - The token for retrieving the next page of results in paginated responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      ListConnectionsRequest.Builder connectionType(String connectionType)

      Filter results by connection type (e.g., reseller, distributor, technology partner).

      Parameters:
      connectionType - Filter results by connection type (e.g., reseller, distributor, technology partner).
      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 connections to return in a single response.

      Parameters:
      maxResults - The maximum number of connections to return in a single response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • otherParticipantIdentifiers

      ListConnectionsRequest.Builder otherParticipantIdentifiers(Collection<String> otherParticipantIdentifiers)

      Filter results by specific participant identifiers.

      Parameters:
      otherParticipantIdentifiers - Filter results by specific participant identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • otherParticipantIdentifiers

      ListConnectionsRequest.Builder otherParticipantIdentifiers(String... otherParticipantIdentifiers)

      Filter results by specific participant identifiers.

      Parameters:
      otherParticipantIdentifiers - Filter results by specific participant identifiers.
      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.