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