public static interface BatchError.Builder extends SdkPojo, CopyableBuilder<BatchError.Builder,BatchError>
| Modifier and Type | Method and Description |
|---|---|
BatchError.Builder |
arn(String arn)
Channel ARN.
|
BatchError.Builder |
code(String code)
Error code.
|
BatchError.Builder |
message(String message)
Error message, determined by the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchError.Builder arn(String arn)
Channel ARN.
arn - Channel ARN.BatchError.Builder code(String code)
Error code.
code - Error code.BatchError.Builder message(String message)
Error message, determined by the application.
message - Error message, determined by the application.Copyright © 2023. All rights reserved.