Uses of Interface
software.amazon.awssdk.services.chime.model.PutEventsConfigurationRequest.Builder
-
Packages that use PutEventsConfigurationRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of PutEventsConfigurationRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type PutEventsConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEventsConfigurationResponse>ChimeAsyncClient. putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.default PutEventsConfigurationResponseChimeClient. putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. -
Uses of PutEventsConfigurationRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return PutEventsConfigurationRequest.Builder Modifier and Type Method Description PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. accountId(String accountId)The Amazon Chime account ID.PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. botId(String botId)The bot ID.static PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest. builder()PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. lambdaFunctionArn(String lambdaFunctionArn)Lambda function ARN that allows the bot to receive outgoing events.PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)HTTPS endpoint that allows the bot to receive outgoing events.PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEventsConfigurationRequest.BuilderPutEventsConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type PutEventsConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutEventsConfigurationRequest.Builder>PutEventsConfigurationRequest. serializableBuilderClass()
-