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 Details

    • 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

      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:
    • 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.