public static interface ConfigRuleEvaluationStatus.Builder extends CopyableBuilder<ConfigRuleEvaluationStatus.Builder,ConfigRuleEvaluationStatus>
Modifier and Type | Method and Description |
---|---|
ConfigRuleEvaluationStatus.Builder |
configRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
|
ConfigRuleEvaluationStatus.Builder |
configRuleId(String configRuleId)
The ID of the AWS Config rule.
|
ConfigRuleEvaluationStatus.Builder |
configRuleName(String configRuleName)
The name of the AWS Config rule.
|
ConfigRuleEvaluationStatus.Builder |
firstActivatedTime(Instant firstActivatedTime)
The time that you first activated the AWS Config rule.
|
ConfigRuleEvaluationStatus.Builder |
firstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
|
ConfigRuleEvaluationStatus.Builder |
lastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus.Builder |
lastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus.Builder |
lastFailedEvaluationTime(Instant lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
|
ConfigRuleEvaluationStatus.Builder |
lastFailedInvocationTime(Instant lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
|
ConfigRuleEvaluationStatus.Builder |
lastSuccessfulEvaluationTime(Instant lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
|
ConfigRuleEvaluationStatus.Builder |
lastSuccessfulInvocationTime(Instant lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
|
copy
applyMutation, build
ConfigRuleEvaluationStatus.Builder configRuleName(String configRuleName)
The name of the AWS Config rule.
configRuleName
- The name of the AWS Config rule.ConfigRuleEvaluationStatus.Builder configRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
configRuleArn
- The Amazon Resource Name (ARN) of the AWS Config rule.ConfigRuleEvaluationStatus.Builder configRuleId(String configRuleId)
The ID of the AWS Config rule.
configRuleId
- The ID of the AWS Config rule.ConfigRuleEvaluationStatus.Builder lastSuccessfulInvocationTime(Instant lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
lastSuccessfulInvocationTime
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.ConfigRuleEvaluationStatus.Builder lastFailedInvocationTime(Instant lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
lastFailedInvocationTime
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.ConfigRuleEvaluationStatus.Builder lastSuccessfulEvaluationTime(Instant lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
lastSuccessfulEvaluationTime
- The time that AWS Config last successfully evaluated your AWS resources against the rule.ConfigRuleEvaluationStatus.Builder lastFailedEvaluationTime(Instant lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
lastFailedEvaluationTime
- The time that AWS Config last failed to evaluate your AWS resources against the rule.ConfigRuleEvaluationStatus.Builder firstActivatedTime(Instant firstActivatedTime)
The time that you first activated the AWS Config rule.
firstActivatedTime
- The time that you first activated the AWS Config rule.ConfigRuleEvaluationStatus.Builder lastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
lastErrorCode
- The error code that AWS Config returned when the rule last failed.ConfigRuleEvaluationStatus.Builder lastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
lastErrorMessage
- The error message that AWS Config returned when the rule last failed.ConfigRuleEvaluationStatus.Builder firstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
firstEvaluationStarted
- Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.