Interface DescribeConnectorsRequest.Builder

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

public static interface DescribeConnectorsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsRequest.Builder,DescribeConnectorsRequest>
  • Method Details

    • connectorTypesWithStrings

      DescribeConnectorsRequest.Builder connectorTypesWithStrings(Collection<String> connectorTypes)

      The type of connector, such as Salesforce, Amplitude, and so on.

      Parameters:
      connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorTypesWithStrings

      DescribeConnectorsRequest.Builder connectorTypesWithStrings(String... connectorTypes)

      The type of connector, such as Salesforce, Amplitude, and so on.

      Parameters:
      connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorTypes

      The type of connector, such as Salesforce, Amplitude, and so on.

      Parameters:
      connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorTypes

      DescribeConnectorsRequest.Builder connectorTypes(ConnectorType... connectorTypes)

      The type of connector, such as Salesforce, Amplitude, and so on.

      Parameters:
      connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of items that should be returned in the result set. The default is 20.

      Parameters:
      maxResults - The maximum number of items that should be returned in the result set. The default is 20.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token for the next page of data.

      Parameters:
      nextToken - The pagination token for the next page of data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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