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)
Sets the value of the EventsConfiguration property for this object.
|
PutEventsConfigurationResponse.Builder |
eventsConfiguration(EventsConfiguration eventsConfiguration)
Sets the value of the EventsConfiguration property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventsConfigurationResponse.Builder eventsConfiguration(EventsConfiguration eventsConfiguration)
eventsConfiguration - The new value for the EventsConfiguration property for this object.default PutEventsConfigurationResponse.Builder eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
EventsConfiguration.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 © 2022. All rights reserved.