Uses of Interface
software.amazon.awssdk.services.quicksight.model.NamespaceError.Builder
-
Packages that use NamespaceError.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NamespaceError.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NamespaceError.Builder Modifier and Type Method Description static NamespaceError.BuilderNamespaceError. builder()NamespaceError.BuilderNamespaceError.Builder. message(String message)The message for the error.NamespaceError.BuilderNamespaceError. toBuilder()NamespaceError.BuilderNamespaceError.Builder. type(String type)The error type.NamespaceError.BuilderNamespaceError.Builder. type(NamespaceErrorType type)The error type.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NamespaceError.Builder Modifier and Type Method Description static Class<? extends NamespaceError.Builder>NamespaceError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NamespaceError.Builder Modifier and Type Method Description default NamespaceInfoV2.BuilderNamespaceInfoV2.Builder. namespaceError(Consumer<NamespaceError.Builder> namespaceError)An error that occurred when the namespace was created.
-