Interface ListConnectorsRequest.Builder

  • Method Details

    • connectorNamePrefix

      ListConnectorsRequest.Builder connectorNamePrefix(String connectorNamePrefix)

      The name prefix that you want to use to search for and list connectors.

      Parameters:
      connectorNamePrefix - The name prefix that you want to use to search for and list connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListConnectorsRequest.Builder maxResults(Integer maxResults)

      The maximum number of connectors to list in one response.

      Parameters:
      maxResults - The maximum number of connectors to list in one response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListConnectorsRequest.Builder nextToken(String nextToken)

      If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

      Parameters:
      nextToken - If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListConnectorsRequest.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.