Interface BatchGetCollaborationAnalysisTemplateError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,,BatchGetCollaborationAnalysisTemplateError> SdkBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,,BatchGetCollaborationAnalysisTemplateError> SdkPojo
- Enclosing class:
 BatchGetCollaborationAnalysisTemplateError
public static interface BatchGetCollaborationAnalysisTemplateError.Builder
extends SdkPojo, CopyableBuilder<BatchGetCollaborationAnalysisTemplateError.Builder,BatchGetCollaborationAnalysisTemplateError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the analysis template.An error code for the error.A description of why the call failed.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
- 
arn
The Amazon Resource Name (ARN) of the analysis template.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the analysis template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
code
An error code for the error.
- Parameters:
 code- An error code for the error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
A description of why the call failed.
- Parameters:
 message- A description of why the call failed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -