public static interface DescribeConnectorRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorRequest.Builder,DescribeConnectorRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorRequest.Builder |
connectorLabel(String connectorLabel)
The label of the connector.
|
DescribeConnectorRequest.Builder |
connectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
DescribeConnectorRequest.Builder |
connectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
DescribeConnectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConnectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorRequest.Builder connectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
connectorType - The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for
Lambda based custom connectors.ConnectorType,
ConnectorTypeDescribeConnectorRequest.Builder connectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
connectorType - The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for
Lambda based custom connectors.ConnectorType,
ConnectorTypeDescribeConnectorRequest.Builder connectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel - The label of the connector. The label is unique for each ConnectorRegistration in your
Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.DescribeConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.