Uses of Interface
software.amazon.awssdk.services.qbusiness.model.Plugin.Builder
-
Packages that use Plugin.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of Plugin.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return Plugin.Builder Modifier and Type Method Description static Plugin.BuilderPlugin. builder()Plugin.BuilderPlugin.Builder. createdAt(Instant createdAt)The timestamp for when the plugin was created.Plugin.BuilderPlugin.Builder. displayName(String displayName)The name of the plugin.Plugin.BuilderPlugin.Builder. pluginId(String pluginId)The identifier of the plugin.Plugin.BuilderPlugin.Builder. serverUrl(String serverUrl)The plugin server URL used for configuration.Plugin.BuilderPlugin.Builder. state(String state)The current status of the plugin.Plugin.BuilderPlugin.Builder. state(PluginState state)The current status of the plugin.Plugin.BuilderPlugin. toBuilder()Plugin.BuilderPlugin.Builder. type(String type)The type of the plugin.Plugin.BuilderPlugin.Builder. type(PluginType type)The type of the plugin.Plugin.BuilderPlugin.Builder. updatedAt(Instant updatedAt)The timestamp for when the plugin was last updated.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Plugin.Builder Modifier and Type Method Description static Class<? extends Plugin.Builder>Plugin. serializableBuilderClass()
-