Interface ChatStreamingConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ChatStreamingConfiguration.Builder,,ChatStreamingConfiguration> SdkBuilder<ChatStreamingConfiguration.Builder,,ChatStreamingConfiguration> SdkPojo
- Enclosing class:
 ChatStreamingConfiguration
public static interface ChatStreamingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ChatStreamingConfiguration.Builder,ChatStreamingConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionstreamingEndpointArn(String streamingEndpointArn) The Amazon Resource Name (ARN) of the standard Amazon SNS topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
streamingEndpointArn
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
- Parameters:
 streamingEndpointArn- The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -