public static interface GetBehaviorModelTrainingSummariesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetBehaviorModelTrainingSummariesResponse.Builder,GetBehaviorModelTrainingSummariesResponse>
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
GetBehaviorModelTrainingSummariesResponse.Builder |
summaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
GetBehaviorModelTrainingSummariesResponse.Builder |
summaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
GetBehaviorModelTrainingSummariesResponse.Builder |
summaries(Consumer<BehaviorModelTrainingSummary.Builder>... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetBehaviorModelTrainingSummariesResponse.Builder summaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
summaries
- A list of all ML Detect behaviors and their model status for a given Security Profile.GetBehaviorModelTrainingSummariesResponse.Builder summaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
summaries
- A list of all ML Detect behaviors and their model status for a given Security Profile.GetBehaviorModelTrainingSummariesResponse.Builder summaries(Consumer<BehaviorModelTrainingSummary.Builder>... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
This is a convenience method that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #summaries(List)
.summaries
- a consumer that will call methods on List.Builder
#summaries(List)
GetBehaviorModelTrainingSummariesResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.Copyright © 2022. All rights reserved.