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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationResultQualifier.BuilderconfigRuleName(String configRuleName)The name of the Config rule that was used in the evaluation.EvaluationResultQualifier.BuilderevaluationMode(String evaluationMode)The mode of an evaluation.EvaluationResultQualifier.BuilderevaluationMode(EvaluationMode evaluationMode)The mode of an evaluation.EvaluationResultQualifier.BuilderresourceId(String resourceId)The ID of the evaluated Amazon Web Services resource.EvaluationResultQualifier.BuilderresourceType(String resourceType)The type of Amazon Web Services resource that was evaluated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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,EvaluationMode
-
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:
EvaluationMode,EvaluationMode
-
-