public static interface DescribeConnectorResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectorResponse.Builder,DescribeConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResponse.Builder |
connectorConfiguration(ConnectorConfiguration connectorConfiguration)
Configuration info of all the connectors that the user requested.
|
default DescribeConnectorResponse.Builder |
connectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration)
Configuration info of all the connectors that the user requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorResponse.Builder connectorConfiguration(ConnectorConfiguration connectorConfiguration)
Configuration info of all the connectors that the user requested.
connectorConfiguration - Configuration info of all the connectors that the user requested.default DescribeConnectorResponse.Builder connectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration)
Configuration info of all the connectors that the user requested.
This is a convenience method that creates an instance of theConnectorConfiguration.Builder avoiding
the need to create one manually via ConnectorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectorConfiguration(ConnectorConfiguration).
connectorConfiguration - a consumer that will call methods on ConnectorConfiguration.BuilderconnectorConfiguration(ConnectorConfiguration)Copyright © 2022. All rights reserved.