public static interface StreamingConfiguration.Builder extends SdkPojo, CopyableBuilder<StreamingConfiguration.Builder,StreamingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StreamingConfiguration.Builder |
dataType(MessagingDataType dataType)
The data type of the configuration.
|
StreamingConfiguration.Builder |
dataType(String dataType)
The data type of the configuration.
|
StreamingConfiguration.Builder |
resourceArn(String resourceArn)
The ARN of the resource in the configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamingConfiguration.Builder dataType(String dataType)
The data type of the configuration.
dataType - The data type of the configuration.MessagingDataType,
MessagingDataTypeStreamingConfiguration.Builder dataType(MessagingDataType dataType)
The data type of the configuration.
dataType - The data type of the configuration.MessagingDataType,
MessagingDataTypeStreamingConfiguration.Builder resourceArn(String resourceArn)
The ARN of the resource in the configuration.
resourceArn - The ARN of the resource in the configuration.Copyright © 2023. All rights reserved.