Interface ManagedActionHistoryItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>, SdkBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>, SdkPojo
Enclosing class:
ManagedActionHistoryItem

public static interface ManagedActionHistoryItem.Builder extends SdkPojo, CopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>
  • Method Details

    • 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

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

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

      The status of the action.

      Parameters:
      status - The status of the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the action.

      Parameters:
      status - The status of the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.