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