Interface DescribeConnectorProfilesRequest.Builder

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

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

    • connectorProfileNames

      DescribeConnectorProfilesRequest.Builder connectorProfileNames(Collection<String> connectorProfileNames)

      The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

      Parameters:
      connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorProfileNames

      DescribeConnectorProfilesRequest.Builder connectorProfileNames(String... connectorProfileNames)

      The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

      Parameters:
      connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorType

      DescribeConnectorProfilesRequest.Builder connectorType(String connectorType)

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

      Parameters:
      connectorType - 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.
      See Also:
    • connectorType

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

      Parameters:
      connectorType - 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.
      See Also:
    • connectorLabel

      DescribeConnectorProfilesRequest.Builder connectorLabel(String connectorLabel)

      The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

      Parameters:
      connectorLabel - The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

      Parameters:
      maxResults - Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).
      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

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