| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
static SentimentConfiguration.Builder |
SentimentConfiguration.builder() |
SentimentConfiguration.Builder |
SentimentConfiguration.Builder.ruleName(String ruleName)
The name of the rule in the sentiment configuration.
|
SentimentConfiguration.Builder |
SentimentConfiguration.Builder.sentimentType(SentimentType sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration.Builder |
SentimentConfiguration.Builder.sentimentType(String sentimentType)
The type of sentiment,
POSITIVE, NEGATIVE, or NEUTRAL. |
SentimentConfiguration.Builder |
SentimentConfiguration.Builder.timePeriod(Integer timePeriod)
Specifies the analysis interval.
|
SentimentConfiguration.Builder |
SentimentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SentimentConfiguration.Builder> |
SentimentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.sentimentConfiguration(Consumer<SentimentConfiguration.Builder> sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
Copyright © 2023. All rights reserved.