Uses of Interface
software.amazon.awssdk.services.notifications.model.TextPartValue.Builder
-
Packages that use TextPartValue.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of TextPartValue.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return TextPartValue.Builder Modifier and Type Method Description static TextPartValue.BuilderTextPartValue. builder()TextPartValue.BuilderTextPartValue.Builder. displayText(String displayText)A short single line description of the link.TextPartValue.BuilderTextPartValue.Builder. textByLocale(Map<LocaleCode,String> textByLocale)A map of locales to the text in that locale.TextPartValue.BuilderTextPartValue.Builder. textByLocaleWithStrings(Map<String,String> textByLocale)A map of locales to the text in that locale.TextPartValue.BuilderTextPartValue. toBuilder()TextPartValue.BuilderTextPartValue.Builder. type(String type)The type of text part.TextPartValue.BuilderTextPartValue.Builder. type(TextPartType type)The type of text part.TextPartValue.BuilderTextPartValue.Builder. url(String url)The URL itself.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type TextPartValue.Builder Modifier and Type Method Description static Class<? extends TextPartValue.Builder>TextPartValue. serializableBuilderClass()
-