Interface ActionGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>,SdkBuilder<ActionGroupSummary.Builder,ActionGroupSummary>,SdkPojo
- Enclosing class:
- ActionGroupSummary
public static interface ActionGroupSummary.Builder extends SdkPojo, CopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionGroupSummary.BuilderactionGroupId(String actionGroupId)The unique identifier of the action group.ActionGroupSummary.BuilderactionGroupName(String actionGroupName)The name of the action group.ActionGroupSummary.BuilderactionGroupState(String actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupSummary.BuilderactionGroupState(ActionGroupState actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupSummary.Builderdescription(String description)The description of the action group.ActionGroupSummary.BuilderupdatedAt(Instant updatedAt)The time at which the action group was last updated.-
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
-
actionGroupId
ActionGroupSummary.Builder actionGroupId(String actionGroupId)
The unique identifier of the action group.
- Parameters:
actionGroupId- The unique identifier of the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupName
ActionGroupSummary.Builder actionGroupName(String actionGroupName)
The name of the action group.
- Parameters:
actionGroupName- The name of the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupState
ActionGroupSummary.Builder actionGroupState(String actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- Parameters:
actionGroupState- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
actionGroupState
ActionGroupSummary.Builder actionGroupState(ActionGroupState actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- Parameters:
actionGroupState- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
description
ActionGroupSummary.Builder description(String description)
The description of the action group.
- Parameters:
description- The description of the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ActionGroupSummary.Builder updatedAt(Instant updatedAt)
The time at which the action group was last updated.
- Parameters:
updatedAt- The time at which the action group was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-