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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChatStreamingConfiguration.BuilderstreamingEndpointArn(String streamingEndpointArn)The Amazon Resource Name (ARN) of the standard Amazon SNS topic.-
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, sdkFields
-
-
-
-
Method Detail
-
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.
-
-