public static interface ListConnectorEntitiesRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorEntitiesRequest.Builder,ListConnectorEntitiesRequest>
Modifier and Type | Method and Description |
---|---|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListConnectorEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListConnectorEntitiesRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in the AWS
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
AWS 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
,
ConnectorType
ListConnectorEntitiesRequest.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
,
ConnectorType
ListConnectorEntitiesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListConnectorEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.