public static interface BatchGetCollaborationAnalysisTemplateError.Builder extends SdkPojo, CopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCollaborationAnalysisTemplateError.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
BatchGetCollaborationAnalysisTemplateError.Builder |
code(String code)
An error code for the error.
|
BatchGetCollaborationAnalysisTemplateError.Builder |
message(String message)
A description of why the call failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCollaborationAnalysisTemplateError.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn - The Amazon Resource Name (ARN) of the analysis template.BatchGetCollaborationAnalysisTemplateError.Builder code(String code)
An error code for the error.
code - An error code for the error.BatchGetCollaborationAnalysisTemplateError.Builder message(String message)
A description of why the call failed.
message - A description of why the call failed.Copyright © 2023. All rights reserved.