Interface BatchCreateVariableError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchCreateVariableError.Builder,,BatchCreateVariableError> SdkBuilder<BatchCreateVariableError.Builder,,BatchCreateVariableError> SdkPojo
- Enclosing class:
 BatchCreateVariableError
public static interface BatchCreateVariableError.Builder
extends SdkPojo, CopyableBuilder<BatchCreateVariableError.Builder,BatchCreateVariableError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message.The name.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
- 
name
The name.
- Parameters:
 name- The name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
code
The error code.
- Parameters:
 code- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The error message.
- Parameters:
 message- The error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -