Interface ListDetectorModelVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDetectorModelVersionsResponse.Builder,ListDetectorModelVersionsResponse>,IotEventsResponse.Builder,SdkBuilder<ListDetectorModelVersionsResponse.Builder,ListDetectorModelVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDetectorModelVersionsResponse
public static interface ListDetectorModelVersionsResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListDetectorModelVersionsResponse.Builder,ListDetectorModelVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDetectorModelVersionsResponse.BuilderdetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)Summary information about the detector model versions.ListDetectorModelVersionsResponse.BuilderdetectorModelVersionSummaries(Consumer<DetectorModelVersionSummary.Builder>... detectorModelVersionSummaries)Summary information about the detector model versions.ListDetectorModelVersionsResponse.BuilderdetectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)Summary information about the detector model versions.ListDetectorModelVersionsResponse.BuildernextToken(String nextToken)The token that you can use to return the next set of results, ornullif there are no more results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.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
-
detectorModelVersionSummaries
ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
- Parameters:
detectorModelVersionSummaries- Summary information about the detector model versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorModelVersionSummaries
ListDetectorModelVersionsResponse.Builder detectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
- Parameters:
detectorModelVersionSummaries- Summary information about the detector model versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorModelVersionSummaries
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.Builderavoiding the need to create one manually viaDetectorModelVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#detectorModelVersionSummaries(List.) - Parameters:
detectorModelVersionSummaries- a consumer that will call methods onDetectorModelVersionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#detectorModelVersionSummaries(java.util.Collection)
-
nextToken
ListDetectorModelVersionsResponse.Builder nextToken(String nextToken)
The token that you can use to return the next set of results, or
nullif there are no more results.- Parameters:
nextToken- The token that you can use to return 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.
-
-