public static interface GetEventsConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetEventsConfigurationResponse.Builder,GetEventsConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEventsConfigurationResponse.Builder |
eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The events configuration details.
|
GetEventsConfigurationResponse.Builder |
eventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventsConfigurationResponse.Builder eventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
eventsConfiguration - The events configuration details.default GetEventsConfigurationResponse.Builder eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The events configuration details.
This is a convenience 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 © 2021. All rights reserved.