ActionGroupSummary.Builder |
ActionGroupSummary.Builder.actionGroupId(String actionGroupId) |
The unique identifier of the action group.
|
ActionGroupSummary.Builder |
ActionGroupSummary.Builder.actionGroupName(String actionGroupName) |
The name of the action group.
|
ActionGroupSummary.Builder |
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 |
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.Builder |
ActionGroupSummary.builder() |
|
ActionGroupSummary.Builder |
ActionGroupSummary.Builder.description(String description) |
The description of the action group.
|
ActionGroupSummary.Builder |
ActionGroupSummary.toBuilder() |
|
ActionGroupSummary.Builder |
ActionGroupSummary.Builder.updatedAt(Instant updatedAt) |
The time at which the action group was last updated.
|