public static interface ConfigRuleEvaluationStatus.Builder extends SdkPojo, CopyableBuilder<ConfigRuleEvaluationStatus.Builder,ConfigRuleEvaluationStatus>
| Modifier and Type | Method and Description |
|---|---|
ConfigRuleEvaluationStatus.Builder |
configRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the Config rule.
|
ConfigRuleEvaluationStatus.Builder |
configRuleId(String configRuleId)
The ID of the Config rule.
|
ConfigRuleEvaluationStatus.Builder |
configRuleName(String configRuleName)
The name of the Config rule.
|
ConfigRuleEvaluationStatus.Builder |
firstActivatedTime(Instant firstActivatedTime)
The time that you first activated the Config rule.
|
ConfigRuleEvaluationStatus.Builder |
firstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether Config has evaluated your resources against the rule at least once.
|
ConfigRuleEvaluationStatus.Builder |
lastDeactivatedTime(Instant lastDeactivatedTime)
The time that you last turned off the Config rule.
|
ConfigRuleEvaluationStatus.Builder |
lastDebugLogDeliveryStatus(String lastDebugLogDeliveryStatus)
The status of the last attempted delivery of a debug log for your Config Custom Policy rules.
|
ConfigRuleEvaluationStatus.Builder |
lastDebugLogDeliveryStatusReason(String lastDebugLogDeliveryStatusReason)
The reason Config was not able to deliver a debug log.
|
ConfigRuleEvaluationStatus.Builder |
lastDebugLogDeliveryTime(Instant lastDebugLogDeliveryTime)
The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
|
ConfigRuleEvaluationStatus.Builder |
lastErrorCode(String lastErrorCode)
The error code that Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus.Builder |
lastErrorMessage(String lastErrorMessage)
The error message that Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus.Builder |
lastFailedEvaluationTime(Instant lastFailedEvaluationTime)
The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
|
ConfigRuleEvaluationStatus.Builder |
lastFailedInvocationTime(Instant lastFailedInvocationTime)
The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
|
ConfigRuleEvaluationStatus.Builder |
lastSuccessfulEvaluationTime(Instant lastSuccessfulEvaluationTime)
The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
|
ConfigRuleEvaluationStatus.Builder |
lastSuccessfulInvocationTime(Instant lastSuccessfulInvocationTime)
The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services
resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigRuleEvaluationStatus.Builder configRuleName(String configRuleName)
The name of the Config rule.
configRuleName - The name of the Config rule.ConfigRuleEvaluationStatus.Builder configRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the Config rule.
configRuleArn - The Amazon Resource Name (ARN) of the Config rule.ConfigRuleEvaluationStatus.Builder configRuleId(String configRuleId)
The ID of the Config rule.
configRuleId - The ID of the Config rule.ConfigRuleEvaluationStatus.Builder lastSuccessfulInvocationTime(Instant lastSuccessfulInvocationTime)
The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.
lastSuccessfulInvocationTime - The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services
resources.ConfigRuleEvaluationStatus.Builder lastFailedInvocationTime(Instant lastFailedInvocationTime)
The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
lastFailedInvocationTime - The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services
resources.ConfigRuleEvaluationStatus.Builder lastSuccessfulEvaluationTime(Instant lastSuccessfulEvaluationTime)
The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
lastSuccessfulEvaluationTime - The time that Config last successfully evaluated your Amazon Web Services resources against the rule.ConfigRuleEvaluationStatus.Builder lastFailedEvaluationTime(Instant lastFailedEvaluationTime)
The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
lastFailedEvaluationTime - The time that Config last failed to evaluate your Amazon Web Services resources against the rule.ConfigRuleEvaluationStatus.Builder firstActivatedTime(Instant firstActivatedTime)
The time that you first activated the Config rule.
firstActivatedTime - The time that you first activated the Config rule.ConfigRuleEvaluationStatus.Builder lastDeactivatedTime(Instant lastDeactivatedTime)
The time that you last turned off the Config rule.
lastDeactivatedTime - The time that you last turned off the Config rule.ConfigRuleEvaluationStatus.Builder lastErrorCode(String lastErrorCode)
The error code that Config returned when the rule last failed.
lastErrorCode - The error code that Config returned when the rule last failed.ConfigRuleEvaluationStatus.Builder lastErrorMessage(String lastErrorMessage)
The error message that Config returned when the rule last failed.
lastErrorMessage - The error message that Config returned when the rule last failed.ConfigRuleEvaluationStatus.Builder firstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether Config has evaluated your resources against the rule at least once.
true - Config has evaluated your Amazon Web Services resources against the rule at least once.
false - Config has not finished evaluating your Amazon Web Services resources against the rule
at least once.
firstEvaluationStarted - Indicates whether Config has evaluated your resources against the rule at least once.
true - Config has evaluated your Amazon Web Services resources against the rule at least
once.
false - Config has not finished evaluating your Amazon Web Services resources against the
rule at least once.
ConfigRuleEvaluationStatus.Builder lastDebugLogDeliveryStatus(String lastDebugLogDeliveryStatus)
The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either
Successful or Failed.
lastDebugLogDeliveryStatus - The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either
Successful or Failed.ConfigRuleEvaluationStatus.Builder lastDebugLogDeliveryStatusReason(String lastDebugLogDeliveryStatusReason)
The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.
lastDebugLogDeliveryStatusReason - The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve
a debug log for your Config Custom Policy rules.ConfigRuleEvaluationStatus.Builder lastDebugLogDeliveryTime(Instant lastDebugLogDeliveryTime)
The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
lastDebugLogDeliveryTime - The time Config last attempted to deliver a debug log for your Config Custom Policy rules.Copyright © 2023. All rights reserved.