Interface GetBehaviorModelTrainingSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetBehaviorModelTrainingSummariesRequest.Builder,GetBehaviorModelTrainingSummariesRequest>,IotRequest.Builder,SdkBuilder<GetBehaviorModelTrainingSummariesRequest.Builder,GetBehaviorModelTrainingSummariesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBehaviorModelTrainingSummariesRequest
public static interface GetBehaviorModelTrainingSummariesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetBehaviorModelTrainingSummariesRequest.Builder,GetBehaviorModelTrainingSummariesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBehaviorModelTrainingSummariesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.GetBehaviorModelTrainingSummariesRequest.BuildernextToken(String nextToken)The token for the next set of results.GetBehaviorModelTrainingSummariesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBehaviorModelTrainingSummariesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBehaviorModelTrainingSummariesRequest.BuildersecurityProfileName(String securityProfileName)The name of the security profile.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityProfileName
GetBehaviorModelTrainingSummariesRequest.Builder securityProfileName(String securityProfileName)
The name of the security profile.
- Parameters:
securityProfileName- The name of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetBehaviorModelTrainingSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 10.
- Parameters:
maxResults- The maximum number of results to return at one time. The default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetBehaviorModelTrainingSummariesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBehaviorModelTrainingSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBehaviorModelTrainingSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-