public static interface Result.Builder extends SdkPojo, CopyableBuilder<Result.Builder,Result>
Modifier and Type | Method and Description |
---|---|
Result.Builder |
accountId(String accountId)
An ID of the AWS account that could not be processed.
|
Result.Builder |
processingResult(String processingResult)
The reason for why an account could not be processed.
|
copy
applyMutation, build
Result.Builder accountId(String accountId)
An ID of the AWS account that could not be processed.
accountId
- An ID of the AWS account that could not be processed.Result.Builder processingResult(String processingResult)
The reason for why an account could not be processed.
processingResult
- The reason for why an account could not be processed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.