public static interface ListDetectorModelsResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListDetectorModelsResponse.Builder,ListDetectorModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelsResponse.Builder |
detectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResponse.Builder |
detectorModelSummaries(Consumer<DetectorModelSummary.Builder>... detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResponse.Builder |
detectorModelSummaries(DetectorModelSummary... detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResponse.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more
results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectorModelsResponse.Builder detectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
detectorModelSummaries - Summary information about the detector models.ListDetectorModelsResponse.Builder detectorModelSummaries(DetectorModelSummary... detectorModelSummaries)
Summary information about the detector models.
detectorModelSummaries - Summary information about the detector models.ListDetectorModelsResponse.Builder detectorModelSummaries(Consumer<DetectorModelSummary.Builder>... detectorModelSummaries)
Summary information about the detector models.
This is a convenience method that creates an instance of theDetectorModelSummary.Builder avoiding the need to
create one manually via
DetectorModelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #detectorModelSummaries(List.
detectorModelSummaries - a consumer that will call methods on
DetectorModelSummary.Builder#detectorModelSummaries(java.util.Collection) ListDetectorModelsResponse.Builder nextToken(String nextToken)
The token that you can use to return the next set of results, or null if there are no more
results.
nextToken - The token that you can use to return the next set of results, or null if there are no
more results.Copyright © 2023. All rights reserved.