public static interface DescribeConnectorEntityRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorEntityRequest.Builder |
connectorEntityName(String connectorEntityName)
The entity name for that connector.
|
DescribeConnectorEntityRequest.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DescribeConnectorEntityRequest.Builder |
connectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorEntityRequest.Builder |
connectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorEntityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConnectorEntityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorEntityRequest.Builder connectorEntityName(String connectorEntityName)
The entity name for that connector.
connectorEntityName - The entity name for that connector.DescribeConnectorEntityRequest.Builder connectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeDescribeConnectorEntityRequest.Builder connectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeDescribeConnectorEntityRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the
AWS account.DescribeConnectorEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectorEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.