Interface RecommendedAction.Builder

  • Method Details

    • id

      The ID for the recommended action.

      Parameters:
      id - The ID for the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of action you can take by adopting the recommended action.

      Parameters:
      type - The type of action you can take by adopting the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of action you can take by adopting the recommended action.

      Parameters:
      type - The type of action you can take by adopting the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountId

      RecommendedAction.Builder accountId(String accountId)

      The account that the recommended action is for.

      Parameters:
      accountId - The account that the recommended action is for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • severity

      RecommendedAction.Builder severity(String severity)

      The severity associated with the recommended action.

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

      RecommendedAction.Builder severity(Severity severity)

      The severity associated with the recommended action.

      Parameters:
      severity - The severity associated with the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • feature

      The feature associated with the recommended action.

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

      The feature associated with the recommended action.

      Parameters:
      feature - The feature associated with the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • context

      Context that applies to the recommended action.

      Parameters:
      context - Context that applies to the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextSteps

      The possible next steps to execute the recommended action.

      Parameters:
      nextSteps - The possible next steps to execute the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextSteps

      RecommendedAction.Builder nextSteps(String... nextSteps)

      The possible next steps to execute the recommended action.

      Parameters:
      nextSteps - The possible next steps to execute the recommended action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTimeStamp

      RecommendedAction.Builder lastUpdatedTimeStamp(String lastUpdatedTimeStamp)

      The time when the recommended action status was last updated.

      Parameters:
      lastUpdatedTimeStamp - The time when the recommended action status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.