Interface QPluginCardInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QPluginCardInput.Builder,QPluginCardInput>,SdkBuilder<QPluginCardInput.Builder,QPluginCardInput>,SdkPojo
- Enclosing class:
- QPluginCardInput
public static interface QPluginCardInput.Builder extends SdkPojo, CopyableBuilder<QPluginCardInput.Builder,QPluginCardInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QPluginCardInput.Builderid(String id)The unique identifier of the plugin card.QPluginCardInput.BuilderpluginId(String pluginId)The unique identifier of the plugin used by the card.QPluginCardInput.Builderprompt(String prompt)The prompt or instructions displayed for the plugin card.QPluginCardInput.Buildertitle(String title)The title or label of the plugin card.QPluginCardInput.Buildertype(String type)The type of the card.QPluginCardInput.Buildertype(CardType type)The type of the card.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
title
QPluginCardInput.Builder title(String title)
The title or label of the plugin card.
- Parameters:
title- The title or label of the plugin card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
QPluginCardInput.Builder id(String id)
The unique identifier of the plugin card.
- Parameters:
id- The unique identifier of the plugin card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
QPluginCardInput.Builder type(String type)
The type of the card.
-
type
QPluginCardInput.Builder type(CardType type)
The type of the card.
-
prompt
QPluginCardInput.Builder prompt(String prompt)
The prompt or instructions displayed for the plugin card.
- Parameters:
prompt- The prompt or instructions displayed for the plugin card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pluginId
QPluginCardInput.Builder pluginId(String pluginId)
The unique identifier of the plugin used by the card.
- Parameters:
pluginId- The unique identifier of the plugin used by the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-