public static interface AssociateLambdaFunctionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateLambdaFunctionRequest.Builder,AssociateLambdaFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateLambdaFunctionRequest.Builder |
functionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function being associated.
|
AssociateLambdaFunctionRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateLambdaFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateLambdaFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateLambdaFunctionRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.AssociateLambdaFunctionRequest.Builder functionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.
functionArn - The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters
allowed is 140.AssociateLambdaFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateLambdaFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.