public static interface GetBehaviorModelTrainingSummariesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetBehaviorModelTrainingSummariesRequest.Builder,GetBehaviorModelTrainingSummariesRequest>
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetBehaviorModelTrainingSummariesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetBehaviorModelTrainingSummariesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBehaviorModelTrainingSummariesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBehaviorModelTrainingSummariesRequest.Builder |
securityProfileName(String securityProfileName)
The name of the security profile.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetBehaviorModelTrainingSummariesRequest.Builder securityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName
- The name of the security profile.GetBehaviorModelTrainingSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 10.
maxResults
- The maximum number of results to return at one time. The default is 10.GetBehaviorModelTrainingSummariesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.GetBehaviorModelTrainingSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetBehaviorModelTrainingSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.