Uses of Interface
software.amazon.awssdk.services.quicksight.model.ThemeError.Builder
-
Packages that use ThemeError.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThemeError.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThemeError.Builder Modifier and Type Method Description static ThemeError.BuilderThemeError. builder()ThemeError.BuilderThemeError.Builder. message(String message)The error message.ThemeError.BuilderThemeError. toBuilder()ThemeError.BuilderThemeError.Builder. type(String type)The type of error.ThemeError.BuilderThemeError.Builder. type(ThemeErrorType type)The type of error.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThemeError.Builder Modifier and Type Method Description static Class<? extends ThemeError.Builder>ThemeError. serializableBuilderClass()
-