Interface EvaluationResultQualifier.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>, SdkBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>, SdkPojo
Enclosing class:
EvaluationResultQualifier

public static interface EvaluationResultQualifier.Builder extends SdkPojo, CopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>
  • Method Details

    • configRuleName

      EvaluationResultQualifier.Builder configRuleName(String configRuleName)

      The name of the Config rule that was used in the evaluation.

      Parameters:
      configRuleName - The name of the Config rule that was used in the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      EvaluationResultQualifier.Builder resourceType(String resourceType)

      The type of Amazon Web Services resource that was evaluated.

      Parameters:
      resourceType - The type of Amazon Web Services resource that was evaluated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      EvaluationResultQualifier.Builder resourceId(String resourceId)

      The ID of the evaluated Amazon Web Services resource.

      Parameters:
      resourceId - The ID of the evaluated Amazon Web Services resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationMode

      EvaluationResultQualifier.Builder evaluationMode(String evaluationMode)

      The mode of an evaluation. The valid values are Detective or Proactive.

      Parameters:
      evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • evaluationMode

      EvaluationResultQualifier.Builder evaluationMode(EvaluationMode evaluationMode)

      The mode of an evaluation. The valid values are Detective or Proactive.

      Parameters:
      evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: