public static interface ConnectorProvisioningConfig.Builder extends SdkPojo, CopyableBuilder<ConnectorProvisioningConfig.Builder,ConnectorProvisioningConfig>
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProvisioningConfig.Builder |
lambda(Consumer<LambdaConnectorProvisioningConfig.Builder> lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
|
ConnectorProvisioningConfig.Builder |
lambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorProvisioningConfig.Builder lambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
lambda - Contains information about the configuration of the lambda which is being registered as the connector.default ConnectorProvisioningConfig.Builder lambda(Consumer<LambdaConnectorProvisioningConfig.Builder> lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
This is a convenience method that creates an instance of theLambdaConnectorProvisioningConfig.Builder avoiding the need to create one manually via
LambdaConnectorProvisioningConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lambda(LambdaConnectorProvisioningConfig).
lambda - a consumer that will call methods on LambdaConnectorProvisioningConfig.Builderlambda(LambdaConnectorProvisioningConfig)Copyright © 2022. All rights reserved.