Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ActionGroupSummary.Builder
Packages that use ActionGroupSummary.Builder
-
Uses of ActionGroupSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ActionGroupSummary.BuilderModifier and TypeMethodDescriptionActionGroupSummary.Builder.actionGroupId(String actionGroupId) The unique identifier of the action group.ActionGroupSummary.Builder.actionGroupName(String actionGroupName) The name of the action group.ActionGroupSummary.Builder.actionGroupState(String actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupSummary.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.static ActionGroupSummary.BuilderActionGroupSummary.builder()ActionGroupSummary.Builder.description(String description) The description of the action group.ActionGroupSummary.toBuilder()The time at which the action group was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ActionGroupSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActionGroupSummary.Builder>ActionGroupSummary.serializableBuilderClass()