Interface SessionIntegrationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionIntegrationConfiguration.Builder,
,SessionIntegrationConfiguration> SdkBuilder<SessionIntegrationConfiguration.Builder,
,SessionIntegrationConfiguration> SdkPojo
- Enclosing class:
SessionIntegrationConfiguration
@Mutable
@NotThreadSafe
public static interface SessionIntegrationConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionIntegrationConfiguration.Builder,SessionIntegrationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontopicIntegrationArn
(String topicIntegrationArn) The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.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
-
Method Details
-
topicIntegrationArn
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
- Parameters:
topicIntegrationArn
- The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-