Interface ListModelManifestsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListModelManifestsResponse.Builder,
,ListModelManifestsResponse> IoTFleetWiseResponse.Builder
,SdkBuilder<ListModelManifestsResponse.Builder,
,ListModelManifestsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListModelManifestsResponse
@Mutable
@NotThreadSafe
public static interface ListModelManifestsResponse.Builder
extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListModelManifestsResponse.Builder,ListModelManifestsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to retrieve the next set of results, ornull
if there are no more results.summaries
(Collection<ModelManifestSummary> summaries) A list of information about vehicle models.summaries
(Consumer<ModelManifestSummary.Builder>... summaries) A list of information about vehicle models.summaries
(ModelManifestSummary... summaries) A list of information about vehicle models.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
-
summaries
A list of information about vehicle models.
- Parameters:
summaries
- A list of information about vehicle models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of information about vehicle models.
- Parameters:
summaries
- A list of information about vehicle models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of information about vehicle models.
This is a convenience method that creates an instance of theModelManifestSummary.Builder
avoiding the need to create one manually viaModelManifestSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<ModelManifestSummary>)
.- Parameters:
summaries
- a consumer that will call methods onModelManifestSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-