Interface ListFleetsForVehicleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFleetsForVehicleResponse
public static interface ListFleetsForVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsForVehicleResponse.Builder,ListFleetsForVehicleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFleetsForVehicleResponse.Builderfleets(String... fleets)A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.Builderfleets(Collection<String> fleets)A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.BuildernextToken(String nextToken)The token to retrieve the next set of results, ornullif 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fleets
ListFleetsForVehicleResponse.Builder fleets(Collection<String> 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
ListFleetsForVehicleResponse.Builder fleets(String... 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
ListFleetsForVehicleResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or
nullif there are no more results.- Parameters:
nextToken- The token to retrieve the next set of results, ornullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-