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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBehaviorModelTrainingSummariesResponse.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#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 © 2021. All rights reserved.