public static interface ResourceEvaluation.Builder extends SdkPojo, CopyableBuilder<ResourceEvaluation.Builder,ResourceEvaluation>
| Modifier and Type | Method and Description |
|---|---|
ResourceEvaluation.Builder |
evaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation.
|
ResourceEvaluation.Builder |
evaluationMode(String evaluationMode)
The mode of an evaluation.
|
ResourceEvaluation.Builder |
evaluationStartTimestamp(Instant evaluationStartTimestamp)
The starting time of an execution.
|
ResourceEvaluation.Builder |
resourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceEvaluation.Builder resourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
resourceEvaluationId - The ResourceEvaluationId of a evaluation.ResourceEvaluation.Builder evaluationMode(String evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationMode,
EvaluationModeResourceEvaluation.Builder evaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationMode,
EvaluationModeResourceEvaluation.Builder evaluationStartTimestamp(Instant evaluationStartTimestamp)
The starting time of an execution.
evaluationStartTimestamp - The starting time of an execution.Copyright © 2023. All rights reserved.