Interface ListFleetsForVehicleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFleetsForVehicleResponse.Builder,
,ListFleetsForVehicleResponse> IoTFleetWiseResponse.Builder
,SdkBuilder<ListFleetsForVehicleResponse.Builder,
,ListFleetsForVehicleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFleetsForVehicleResponse
@Mutable
@NotThreadSafe
public static interface ListFleetsForVehicleResponse.Builder
extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of fleet IDs that the vehicle is associated with.fleets
(Collection<String> fleets) A list of fleet IDs that the vehicle is associated with.The token to retrieve the next set of results, ornull
if there are no more results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
fleets
A list of fleet IDs that the vehicle is associated with.
- Parameters:
fleets
- A list of fleet IDs that the vehicle is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleets
A list of fleet IDs that the vehicle is associated with.
- Parameters:
fleets
- A list of fleet IDs that the vehicle is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to retrieve the next set of results, or
null
if there are no more results.- Parameters:
nextToken
- The token to retrieve the next set of results, ornull
if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-