Interface ActionSummary.Builder

  • Method Details

    • action

      ActionSummary.Builder action(String action)

      The name of the support action.

      Parameters:
      action - The name of the support action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • service

      ActionSummary.Builder service(String service)

      The AWS service associated with the support action.

      Parameters:
      service - The AWS service associated with the support action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ActionSummary.Builder description(String description)

      A description of what the support action does.

      Parameters:
      description - A description of what the support action does.
      Returns:
      Returns a reference to this object so that method calls can be chained together.