public static interface ListDecoderManifestsResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListDecoderManifestsResponse.Builder,ListDecoderManifestsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
ListDecoderManifestsResponse.Builder |
summaries(Collection<DecoderManifestSummary> summaries)
A list of information about each decoder manifest.
|
ListDecoderManifestsResponse.Builder |
summaries(Consumer<DecoderManifestSummary.Builder>... summaries)
A list of information about each decoder manifest.
|
ListDecoderManifestsResponse.Builder |
summaries(DecoderManifestSummary... summaries)
A list of information about each decoder manifest.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDecoderManifestsResponse.Builder summaries(Collection<DecoderManifestSummary> summaries)
A list of information about each decoder manifest.
summaries - A list of information about each decoder manifest.ListDecoderManifestsResponse.Builder summaries(DecoderManifestSummary... summaries)
A list of information about each decoder manifest.
summaries - A list of information about each decoder manifest.ListDecoderManifestsResponse.Builder summaries(Consumer<DecoderManifestSummary.Builder>... summaries)
A list of information about each decoder manifest.
This is a convenience method that creates an instance of theDecoderManifestSummary.Builder avoiding the need
to create one manually via
DecoderManifestSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
DecoderManifestSummary.Builder#summaries(java.util.Collection) ListDecoderManifestsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.