public static interface PutEventsConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<PutEventsConfigurationResponse.Builder,PutEventsConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutEventsConfigurationResponse.Builder |
eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
PutEventsConfigurationResponse.Builder |
eventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventsConfigurationResponse.Builder eventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
eventsConfiguration - The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS
Lambda function ARN.default PutEventsConfigurationResponse.Builder eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
This is a convenience method that creates an instance of theEventsConfiguration.Builder avoiding the
need to create one manually via EventsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to eventsConfiguration(EventsConfiguration).
eventsConfiguration - a consumer that will call methods on EventsConfiguration.BuildereventsConfiguration(EventsConfiguration)Copyright © 2023. All rights reserved.