Uses of Interface
software.amazon.awssdk.services.quicksight.model.TemplateError.Builder
-
Packages that use TemplateError.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TemplateError.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TemplateError.Builder Modifier and Type Method Description static TemplateError.BuilderTemplateError. builder()TemplateError.BuilderTemplateError.Builder. message(String message)Description of the error type.TemplateError.BuilderTemplateError. toBuilder()TemplateError.BuilderTemplateError.Builder. type(String type)Type of error.TemplateError.BuilderTemplateError.Builder. type(TemplateErrorType type)Type of error.TemplateError.BuilderTemplateError.Builder. violatedEntities(Collection<Entity> violatedEntities)An error path that shows which entities caused the template error.TemplateError.BuilderTemplateError.Builder. violatedEntities(Consumer<Entity.Builder>... violatedEntities)An error path that shows which entities caused the template error.TemplateError.BuilderTemplateError.Builder. violatedEntities(Entity... violatedEntities)An error path that shows which entities caused the template error.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TemplateError.Builder Modifier and Type Method Description static Class<? extends TemplateError.Builder>TemplateError. serializableBuilderClass()
-