Interface CreateVehicleError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateVehicleError.Builder,
,CreateVehicleError> SdkBuilder<CreateVehicleError.Builder,
,CreateVehicleError> SdkPojo
- Enclosing class:
CreateVehicleError
@Mutable
@NotThreadSafe
public static interface CreateVehicleError.Builder
extends SdkPojo, CopyableBuilder<CreateVehicleError.Builder,CreateVehicleError>
-
Method Summary
Modifier and TypeMethodDescriptionAn HTTP error code.A description of the HTTP error.vehicleName
(String vehicleName) The ID of the vehicle with 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, sdkFieldNameToField, sdkFields
-
Method Details
-
vehicleName
The ID of the vehicle with the error.
- Parameters:
vehicleName
- The ID of the vehicle with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
An HTTP error code.
- Parameters:
code
- An HTTP error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A description of the HTTP error.
- Parameters:
message
- A description of the HTTP error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-