Interface ManagedActionHistoryItem.Builder

    • Method Detail

      • actionId

        ManagedActionHistoryItem.Builder actionId​(String actionId)

        A unique identifier for the managed action.

        Parameters:
        actionId - A unique identifier for the managed action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionType

        ManagedActionHistoryItem.Builder actionType​(String actionType)

        The type of the managed action.

        Parameters:
        actionType - The type of the managed action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType, ActionType
      • actionDescription

        ManagedActionHistoryItem.Builder actionDescription​(String actionDescription)

        A description of the managed action.

        Parameters:
        actionDescription - A description of the managed action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureType

        ManagedActionHistoryItem.Builder failureType​(String failureType)

        If the action failed, the type of failure.

        Parameters:
        failureType - If the action failed, the type of failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureType, FailureType
      • failureType

        ManagedActionHistoryItem.Builder failureType​(FailureType failureType)

        If the action failed, the type of failure.

        Parameters:
        failureType - If the action failed, the type of failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureType, FailureType
      • failureDescription

        ManagedActionHistoryItem.Builder failureDescription​(String failureDescription)

        If the action failed, a description of the failure.

        Parameters:
        failureDescription - If the action failed, a description of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executedTime

        ManagedActionHistoryItem.Builder executedTime​(Instant executedTime)

        The date and time that the action started executing.

        Parameters:
        executedTime - The date and time that the action started executing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finishedTime

        ManagedActionHistoryItem.Builder finishedTime​(Instant finishedTime)

        The date and time that the action finished executing.

        Parameters:
        finishedTime - The date and time that the action finished executing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.