Interface BatchGetVariableError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetVariableError.Builder,
,BatchGetVariableError> SdkBuilder<BatchGetVariableError.Builder,
,BatchGetVariableError> SdkPojo
- Enclosing class:
BatchGetVariableError
public static interface BatchGetVariableError.Builder
extends SdkPojo, CopyableBuilder<BatchGetVariableError.Builder,BatchGetVariableError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message.The error name.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 Details
-
name
The error name.
- Parameters:
name
- The error 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.
-