Interface UnprocessedAutomationRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>,SdkBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>,SdkPojo
- Enclosing class:
- UnprocessedAutomationRule
public static interface UnprocessedAutomationRule.Builder extends SdkPojo, CopyableBuilder<UnprocessedAutomationRule.Builder,UnprocessedAutomationRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedAutomationRule.BuildererrorCode(Integer errorCode)The error code associated with the unprocessed automation rule.UnprocessedAutomationRule.BuildererrorMessage(String errorMessage)An error message describing why a request didn't process a specific rule.UnprocessedAutomationRule.BuilderruleArn(String ruleArn)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 Detail
-
ruleArn
UnprocessedAutomationRule.Builder ruleArn(String 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
UnprocessedAutomationRule.Builder errorCode(Integer 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
UnprocessedAutomationRule.Builder errorMessage(String 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.
-
-