public static interface PutEventsConfigurationRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEventsConfigurationRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
PutEventsConfigurationRequest.Builder |
botId(String botId)
The bot ID.
|
PutEventsConfigurationRequest.Builder |
lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest.Builder |
outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEventsConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventsConfigurationRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.PutEventsConfigurationRequest.Builder botId(String botId)
The bot ID.
botId - The bot ID.PutEventsConfigurationRequest.Builder outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
outboundEventsHTTPSEndpoint - HTTPS endpoint that allows the bot to receive outgoing events.PutEventsConfigurationRequest.Builder lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
lambdaFunctionArn - Lambda function ARN that allows the bot to receive outgoing events.PutEventsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.