Interface ConnectorProvisioningConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorProvisioningConfig.Builder,
,ConnectorProvisioningConfig> SdkBuilder<ConnectorProvisioningConfig.Builder,
,ConnectorProvisioningConfig> SdkPojo
- Enclosing class:
ConnectorProvisioningConfig
@Mutable
@NotThreadSafe
public static interface ConnectorProvisioningConfig.Builder
extends SdkPojo, CopyableBuilder<ConnectorProvisioningConfig.Builder,ConnectorProvisioningConfig>
-
Method Summary
Modifier and TypeMethodDescriptionContains information about the configuration of the lambda which is being registered as the connector.Contains information about the configuration of the lambda which is being registered as the connector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lambda
Contains information about the configuration of the lambda which is being registered as the connector.
- Parameters:
lambda
- Contains information about the configuration of the lambda which is being registered as the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
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 viaLambdaConnectorProvisioningConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolambda(LambdaConnectorProvisioningConfig)
.- Parameters:
lambda
- a consumer that will call methods onLambdaConnectorProvisioningConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-