Interface GetEventsConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<GetEventsConfigurationResponse.Builder,GetEventsConfigurationResponse>,SdkBuilder<GetEventsConfigurationResponse.Builder,GetEventsConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEventsConfigurationResponse
public static interface GetEventsConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetEventsConfigurationResponse.Builder,GetEventsConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetEventsConfigurationResponse.BuildereventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)The events configuration details.GetEventsConfigurationResponse.BuildereventsConfiguration(EventsConfiguration eventsConfiguration)The events configuration details.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
eventsConfiguration
GetEventsConfigurationResponse.Builder eventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
- Parameters:
eventsConfiguration- The events configuration details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventsConfiguration
default GetEventsConfigurationResponse.Builder eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The events configuration details.
This is a convenience method that creates an instance of theEventsConfiguration.Builderavoiding the need to create one manually viaEventsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventsConfiguration(EventsConfiguration).- Parameters:
eventsConfiguration- a consumer that will call methods onEventsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
eventsConfiguration(EventsConfiguration)
-
-