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