Interface BatchGetSchemaError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetSchemaError.Builder,BatchGetSchemaError>,SdkBuilder<BatchGetSchemaError.Builder,BatchGetSchemaError>,SdkPojo
- Enclosing class:
- BatchGetSchemaError
public static interface BatchGetSchemaError.Builder extends SdkPojo, CopyableBuilder<BatchGetSchemaError.Builder,BatchGetSchemaError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetSchemaError.Buildercode(String code)An error code for the error.BatchGetSchemaError.Buildermessage(String message)An error message for the error.BatchGetSchemaError.Buildername(String name)An error name for the error.-
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
BatchGetSchemaError.Builder name(String name)
An error name for the error.
- Parameters:
name- An error name for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
BatchGetSchemaError.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
BatchGetSchemaError.Builder message(String message)
An error message for the error.
- Parameters:
message- An error message for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-