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 method that creates an instance of theBehaviorModelTrainingSummary.Builder avoiding the need to
create one manually via
BehaviorModelTrainingSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
BehaviorModelTrainingSummary.Builder#summaries(java.util.Collection) 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 © 2023. All rights reserved.