public static interface SendEventRequest.Builder extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<SendEventRequest.Builder,SendEventRequest>
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest.Builder |
attributes(Map<String,String> attributes)
Application-defined metadata to attach to the event sent to clients.
|
SendEventRequest.Builder |
eventName(String eventName)
Application-defined name of the event to send to clients.
|
SendEventRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendEventRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendEventRequest.Builder |
roomIdentifier(String roomIdentifier)
Identifier of the room to which the event will be sent.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendEventRequest.Builder attributes(Map<String,String> attributes)
Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.
attributes - Application-defined metadata to attach to the event sent to clients. The maximum length of the
metadata is 1 KB total.SendEventRequest.Builder eventName(String eventName)
Application-defined name of the event to send to clients.
eventName - Application-defined name of the event to send to clients.SendEventRequest.Builder roomIdentifier(String roomIdentifier)
Identifier of the room to which the event will be sent. Currently this must be an ARN.
roomIdentifier - Identifier of the room to which the event will be sent. Currently this must be an ARN.SendEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.