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 Details

    • streamingEndpointArn

      ChatStreamingConfiguration.Builder streamingEndpointArn(String 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.