public static interface VehicleStatus.Builder extends SdkPojo, CopyableBuilder<VehicleStatus.Builder,VehicleStatus>
| Modifier and Type | Method and Description |
|---|---|
VehicleStatus.Builder |
campaignName(String campaignName)
The name of a campaign.
|
VehicleStatus.Builder |
status(String status)
The state of a vehicle, which can be one of the following:
|
VehicleStatus.Builder |
status(VehicleState status)
The state of a vehicle, which can be one of the following:
|
VehicleStatus.Builder |
vehicleName(String vehicleName)
The unique ID of the vehicle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVehicleStatus.Builder campaignName(String campaignName)
The name of a campaign.
campaignName - The name of a campaign.VehicleStatus.Builder vehicleName(String vehicleName)
The unique ID of the vehicle.
vehicleName - The unique ID of the vehicle.VehicleStatus.Builder status(String status)
The state of a vehicle, which can be one of the following:
CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.
READY - The vehicle is ready to receive a campaign deployment.
HEALTHY - A campaign deployment was delivered to the vehicle.
SUSPENDED - A campaign associated with the vehicle was suspended and data collection was paused.
DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.
status - The state of a vehicle, which can be one of the following:
CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.
READY - The vehicle is ready to receive a campaign deployment.
HEALTHY - A campaign deployment was delivered to the vehicle.
SUSPENDED - A campaign associated with the vehicle was suspended and data collection was
paused.
DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.
VehicleState,
VehicleStateVehicleStatus.Builder status(VehicleState status)
The state of a vehicle, which can be one of the following:
CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.
READY - The vehicle is ready to receive a campaign deployment.
HEALTHY - A campaign deployment was delivered to the vehicle.
SUSPENDED - A campaign associated with the vehicle was suspended and data collection was paused.
DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.
status - The state of a vehicle, which can be one of the following:
CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.
READY - The vehicle is ready to receive a campaign deployment.
HEALTHY - A campaign deployment was delivered to the vehicle.
SUSPENDED - A campaign associated with the vehicle was suspended and data collection was
paused.
DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.
VehicleState,
VehicleStateCopyright © 2022. All rights reserved.