public static interface UnprocessedAutomationRule.Builder extends SdkPojo, CopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAutomationRule.Builder |
errorCode(Integer errorCode)
The error code associated with the unprocessed automation rule.
|
UnprocessedAutomationRule.Builder |
errorMessage(String errorMessage)
An error message describing why a request didn't process a specific rule.
|
UnprocessedAutomationRule.Builder |
ruleArn(String ruleArn)
The Amazon Resource Name (ARN) for the unprocessed automation rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedAutomationRule.Builder ruleArn(String ruleArn)
The Amazon Resource Name (ARN) for the unprocessed automation rule.
ruleArn - The Amazon Resource Name (ARN) for the unprocessed automation rule.UnprocessedAutomationRule.Builder errorCode(Integer errorCode)
The error code associated with the unprocessed automation rule.
errorCode - The error code associated with the unprocessed automation rule.UnprocessedAutomationRule.Builder errorMessage(String errorMessage)
An error message describing why a request didn't process a specific rule.
errorMessage - An error message describing why a request didn't process a specific rule.Copyright © 2023. All rights reserved.