public static interface ListDetectorModelVersionsResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListDetectorModelVersionsResponse.Builder,ListDetectorModelVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelVersionsResponse.Builder |
detectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResponse.Builder |
detectorModelVersionSummaries(Consumer<DetectorModelVersionSummary.Builder>... detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResponse.Builder |
detectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResponse.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, buildListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
detectorModelVersionSummaries - Summary information about the detector model versions.ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
detectorModelVersionSummaries - Summary information about the detector model versions.ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries(Consumer<DetectorModelVersionSummary.Builder>... detectorModelVersionSummaries)
Summary information about the detector model versions.
This is a convenience method that creates an instance of theDetectorModelVersionSummary.Builder avoiding the need
to create one manually via
DetectorModelVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #detectorModelVersionSummaries(List.
detectorModelVersionSummaries - a consumer that will call methods on
DetectorModelVersionSummary.Builder#detectorModelVersionSummaries(java.util.Collection) ListDetectorModelVersionsResponse.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.