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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCollaborationAnalysisTemplateError.Builderarn(String arn)The Amazon Resource Name (ARN) of the analysis template.BatchGetCollaborationAnalysisTemplateError.Buildercode(String code)An error code for the error.BatchGetCollaborationAnalysisTemplateError.Buildermessage(String message)A description of why the call failed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
BatchGetCollaborationAnalysisTemplateError.Builder arn(String 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
BatchGetCollaborationAnalysisTemplateError.Builder code(String 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
BatchGetCollaborationAnalysisTemplateError.Builder message(String 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.
-
-