public static interface ListConnectorEntitiesRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorEntitiesRequest.Builder,ListConnectorEntitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorEntitiesRequest.Builder |
apiVersion(String apiVersion)
The version of the API that's used by the connector.
|
ListConnectorEntitiesRequest.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ListConnectorEntitiesRequest.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ListConnectorEntitiesRequest.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ListConnectorEntitiesRequest.Builder |
entitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation.
|
ListConnectorEntitiesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
|
ListConnectorEntitiesRequest.Builder |
nextToken(String nextToken)
A token that was provided by your prior
ListConnectorEntities operation if the response was too
big for the page size. |
ListConnectorEntitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectorEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorEntitiesRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account, and is used to query the downstream connector.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the
Amazon Web Services account, and is used to query the downstream connector.ListConnectorEntitiesRequest.Builder connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeListConnectorEntitiesRequest.Builder connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeListConnectorEntitiesRequest.Builder entitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation. Some connectors support multiple levels or
categories of entities. You can find out the list of roots for such providers by sending a request without
the entitiesPath parameter. If the connector supports entities at different roots, this initial
request returns the list of roots. Otherwise, this request returns all entities supported by the provider.
entitiesPath - This optional parameter is specific to connector implementation. Some connectors support multiple
levels or categories of entities. You can find out the list of roots for such providers by sending a
request without the entitiesPath parameter. If the connector supports entities at
different roots, this initial request returns the list of roots. Otherwise, this request returns all
entities supported by the provider.ListConnectorEntitiesRequest.Builder apiVersion(String apiVersion)
The version of the API that's used by the connector.
apiVersion - The version of the API that's used by the connector.ListConnectorEntitiesRequest.Builder maxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
maxResults - The maximum number of items that the operation returns in the response.ListConnectorEntitiesRequest.Builder nextToken(String nextToken)
A token that was provided by your prior ListConnectorEntities operation if the response was too
big for the page size. You specify this token to get the next page of results in paginated response.
nextToken - A token that was provided by your prior ListConnectorEntities operation if the response
was too big for the page size. You specify this token to get the next page of results in paginated
response.ListConnectorEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConnectorEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.