Interface ListConnectorsResponse.Builder

  • Method Details

    • items

      A list of connectors.

      Parameters:
      items - A list of connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of connectors.

      Parameters:
      items - A list of connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of connectors.

      This is a convenience method that creates an instance of the Connector.Builder avoiding the need to create one manually via Connector.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<Connector>).

      Parameters:
      items - a consumer that will call methods on Connector.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListConnectorsResponse.Builder nextToken(String nextToken)

      A pagination token. If this value is not null, there are additional results available. Use this token in the nextToken parameter of a subsequent request to retrieve the next page of results.

      Parameters:
      nextToken - A pagination token. If this value is not null, there are additional results available. Use this token in the nextToken parameter of a subsequent request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.