Interface UpdateVehicleResponseItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateVehicleResponseItem.Builder,
,UpdateVehicleResponseItem> SdkBuilder<UpdateVehicleResponseItem.Builder,
,UpdateVehicleResponseItem> SdkPojo
- Enclosing class:
UpdateVehicleResponseItem
@Mutable
@NotThreadSafe
public static interface UpdateVehicleResponseItem.Builder
extends SdkPojo, CopyableBuilder<UpdateVehicleResponseItem.Builder,UpdateVehicleResponseItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated vehicle.vehicleName
(String vehicleName) The unique ID of the updated vehicle.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 unique ID of the updated vehicle.
- Parameters:
vehicleName
- The unique ID of the updated vehicle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the updated vehicle.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the updated vehicle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-