public static interface ConnectorProfileConfig.Builder extends SdkPojo, CopyableBuilder<ConnectorProfileConfig.Builder,ConnectorProfileConfig>
| Modifier and Type | Method and Description |
|---|---|
ConnectorProfileConfig.Builder |
connectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
|
default ConnectorProfileConfig.Builder |
connectorProfileCredentials(Consumer<ConnectorProfileCredentials.Builder> connectorProfileCredentials)
The connector-specific credentials required by each connector.
|
ConnectorProfileConfig.Builder |
connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
default ConnectorProfileConfig.Builder |
connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorProfileConfig.Builder connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
connectorProfileProperties - The connector-specific properties of the profile configuration.default ConnectorProfileConfig.Builder connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
This is a convenience method that creates an instance of theConnectorProfileProperties.Builder
avoiding the need to create one manually via ConnectorProfileProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to connectorProfileProperties(ConnectorProfileProperties).
connectorProfileProperties - a consumer that will call methods on ConnectorProfileProperties.BuilderconnectorProfileProperties(ConnectorProfileProperties)ConnectorProfileConfig.Builder connectorProfileCredentials(ConnectorProfileCredentials connectorProfileCredentials)
The connector-specific credentials required by each connector.
connectorProfileCredentials - The connector-specific credentials required by each connector.default ConnectorProfileConfig.Builder connectorProfileCredentials(Consumer<ConnectorProfileCredentials.Builder> connectorProfileCredentials)
The connector-specific credentials required by each connector.
This is a convenience method that creates an instance of theConnectorProfileCredentials.Builder
avoiding the need to create one manually via ConnectorProfileCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to connectorProfileCredentials(ConnectorProfileCredentials).
connectorProfileCredentials - a consumer that will call methods on ConnectorProfileCredentials.BuilderconnectorProfileCredentials(ConnectorProfileCredentials)Copyright © 2022. All rights reserved.