Uses of Interface
software.amazon.awssdk.services.comprehend.model.MentionSentiment.Builder
-
Packages that use MentionSentiment.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of MentionSentiment.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return MentionSentiment.Builder Modifier and Type Method Description static MentionSentiment.BuilderMentionSentiment. builder()MentionSentiment.BuilderMentionSentiment.Builder. sentiment(String sentiment)The sentiment of the mention.MentionSentiment.BuilderMentionSentiment.Builder. sentiment(SentimentType sentiment)The sentiment of the mention.default MentionSentiment.BuilderMentionSentiment.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)Sets the value of the SentimentScore property for this object.MentionSentiment.BuilderMentionSentiment.Builder. sentimentScore(SentimentScore sentimentScore)Sets the value of the SentimentScore property for this object.MentionSentiment.BuilderMentionSentiment. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type MentionSentiment.Builder Modifier and Type Method Description static Class<? extends MentionSentiment.Builder>MentionSentiment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type MentionSentiment.Builder Modifier and Type Method Description default TargetedSentimentMention.BuilderTargetedSentimentMention.Builder. mentionSentiment(Consumer<MentionSentiment.Builder> mentionSentiment)Contains the sentiment and sentiment score for the mention.
-