Interface Result.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Result.Builder,,Result> SdkBuilder<Result.Builder,,Result> SdkPojo
- Enclosing class:
Result
-
Method Summary
Modifier and TypeMethodDescriptionAn Amazon Web Services account ID of the account that was not processed.processingResult(String processingResult) The reason that the account was not processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountId
An Amazon Web Services account ID of the account that was not processed.
- Parameters:
accountId- An Amazon Web Services account ID of the account that was not processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingResult
The reason that the account was not processed.
- Parameters:
processingResult- The reason that the account was not processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-