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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetVariableError.Buildercode(Integer code)The error code.BatchGetVariableError.Buildermessage(String message)The error message.BatchGetVariableError.Buildername(String name)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 Detail
-
name
BatchGetVariableError.Builder name(String 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
BatchGetVariableError.Builder code(Integer 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
BatchGetVariableError.Builder message(String message)
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-