Interface SolutionSummary.Builder

  • Method Details

    • name

      The name of the solution.

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

      SolutionSummary.Builder solutionArn(String solutionArn)

      The Amazon Resource Name (ARN) of the solution.

      Parameters:
      solutionArn - The Amazon Resource Name (ARN) of the solution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the solution.

      A solution can be in one of the following states:

      • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

      • DELETE PENDING > DELETE IN_PROGRESS

      Parameters:
      status - The status of the solution.

      A solution can be in one of the following states:

      • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

      • DELETE PENDING > DELETE IN_PROGRESS

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      SolutionSummary.Builder creationDateTime(Instant creationDateTime)

      The date and time (in Unix time) that the solution was created.

      Parameters:
      creationDateTime - The date and time (in Unix time) that the solution was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      SolutionSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The date and time (in Unix time) that the solution was last updated.

      Parameters:
      lastUpdatedDateTime - The date and time (in Unix time) that the solution was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipeArn

      SolutionSummary.Builder recipeArn(String recipeArn)

      The Amazon Resource Name (ARN) of the recipe used by the solution.

      Parameters:
      recipeArn - The Amazon Resource Name (ARN) of the recipe used by the solution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.