Interface GetPlanEvaluationStatusResponse.Builder

  • Method Details

    • planArn

      The Amazon Resource Name (ARN) of the plan.

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

      GetPlanEvaluationStatusResponse.Builder lastEvaluationTime(Instant lastEvaluationTime)

      The time of the last time that Region switch ran an evaluation of the plan.

      Parameters:
      lastEvaluationTime - The time of the last time that Region switch ran an evaluation of the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastEvaluatedVersion

      GetPlanEvaluationStatusResponse.Builder lastEvaluatedVersion(String lastEvaluatedVersion)

      The version of the last evaluation of the plan.

      Parameters:
      lastEvaluatedVersion - The version of the last evaluation of the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      The Amazon Web Services Region for the plan.

      Parameters:
      region - The Amazon Web Services Region for the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationState

      GetPlanEvaluationStatusResponse.Builder evaluationState(String evaluationState)

      The evaluation state for the plan.

      Parameters:
      evaluationState - The evaluation state for the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • evaluationState

      The evaluation state for the plan.

      Parameters:
      evaluationState - The evaluation state for the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • warnings

      The current evaluation warnings for the plan.

      Parameters:
      warnings - The current evaluation warnings for the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      The current evaluation warnings for the plan.

      Parameters:
      warnings - The current evaluation warnings for the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      The current evaluation warnings for the plan.

      This is a convenience method that creates an instance of the ResourceWarning.Builder avoiding the need to create one manually via ResourceWarning.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to warnings(List<ResourceWarning>).

      Parameters:
      warnings - a consumer that will call methods on ResourceWarning.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

      Parameters:
      nextToken - Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.