Interface UnprocessedAutomationRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedAutomationRule.Builder,
,UnprocessedAutomationRule> SdkBuilder<UnprocessedAutomationRule.Builder,
,UnprocessedAutomationRule> SdkPojo
- Enclosing class:
UnprocessedAutomationRule
@Mutable
@NotThreadSafe
public static interface UnprocessedAutomationRule.Builder
extends SdkPojo, CopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the unprocessed automation rule.errorMessage
(String errorMessage) An error message describing why a request didn't process a specific rule.The Amazon Resource Name (ARN) for the unprocessed automation rule.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleArn
The Amazon Resource Name (ARN) for the unprocessed automation rule.
- Parameters:
ruleArn
- The Amazon Resource Name (ARN) for the unprocessed automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code associated with the unprocessed automation rule.
- Parameters:
errorCode
- The error code associated with the unprocessed automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
An error message describing why a request didn't process a specific rule.
- Parameters:
errorMessage
- An error message describing why a request didn't process a specific rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-