Interface ListDecoderManifestsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDecoderManifestsResponse.Builder,ListDecoderManifestsResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<ListDecoderManifestsResponse.Builder,ListDecoderManifestsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDecoderManifestsResponse
public static interface ListDecoderManifestsResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListDecoderManifestsResponse.Builder,ListDecoderManifestsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDecoderManifestsResponse.BuildernextToken(String nextToken)The token to retrieve the next set of results, ornullif there are no more results.ListDecoderManifestsResponse.Buildersummaries(Collection<DecoderManifestSummary> summaries)A list of information about each decoder manifest.ListDecoderManifestsResponse.Buildersummaries(Consumer<DecoderManifestSummary.Builder>... summaries)A list of information about each decoder manifest.ListDecoderManifestsResponse.Buildersummaries(DecoderManifestSummary... summaries)A list of information about each decoder manifest.-
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
-
summaries
ListDecoderManifestsResponse.Builder summaries(Collection<DecoderManifestSummary> summaries)
A list of information about each decoder manifest.
- Parameters:
summaries- A list of information about each decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListDecoderManifestsResponse.Builder summaries(DecoderManifestSummary... summaries)
A list of information about each decoder manifest.
- Parameters:
summaries- A list of information about each decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
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.Builderavoiding the need to create one manually viaDecoderManifestSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaries(List.) - Parameters:
summaries- a consumer that will call methods onDecoderManifestSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#summaries(java.util.Collection)
-
nextToken
ListDecoderManifestsResponse.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.
-
-