Interface SentimentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SentimentConfiguration.Builder,,SentimentConfiguration> SdkBuilder<SentimentConfiguration.Builder,,SentimentConfiguration> SdkPojo
- Enclosing class:
SentimentConfiguration
@Mutable
@NotThreadSafe
public static interface SentimentConfiguration.Builder
extends SdkPojo, CopyableBuilder<SentimentConfiguration.Builder,SentimentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionControls whether sentiment analysis is applied to the analytics output.Controls whether sentiment analysis is applied to the analytics output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
behavior
Controls whether sentiment analysis is applied to the analytics output. Valid values:
Enable|Disable.- Parameters:
behavior- Controls whether sentiment analysis is applied to the analytics output. Valid values:Enable|Disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
behavior
Controls whether sentiment analysis is applied to the analytics output. Valid values:
Enable|Disable.- Parameters:
behavior- Controls whether sentiment analysis is applied to the analytics output. Valid values:Enable|Disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-