Uses of Interface
software.amazon.awssdk.services.qbusiness.model.CreatePluginResponse.Builder
-
Packages that use CreatePluginResponse.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of CreatePluginResponse.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return CreatePluginResponse.Builder Modifier and Type Method Description static CreatePluginResponse.BuilderCreatePluginResponse. builder()CreatePluginResponse.BuilderCreatePluginResponse.Builder. pluginArn(String pluginArn)The Amazon Resource Name (ARN) of a plugin.CreatePluginResponse.BuilderCreatePluginResponse.Builder. pluginId(String pluginId)The identifier of the plugin created.CreatePluginResponse.BuilderCreatePluginResponse. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type CreatePluginResponse.Builder Modifier and Type Method Description static Class<? extends CreatePluginResponse.Builder>CreatePluginResponse. serializableBuilderClass()
-