Interface ActionGroupSummary.Builder

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