Interface BehaviorModelTrainingSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BehaviorModelTrainingSummary.Builder,
,BehaviorModelTrainingSummary> SdkBuilder<BehaviorModelTrainingSummary.Builder,
,BehaviorModelTrainingSummary> SdkPojo
- Enclosing class:
BehaviorModelTrainingSummary
public static interface BehaviorModelTrainingSummary.Builder
extends SdkPojo, CopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbehaviorName
(String behaviorName) The name of the behavior.datapointsCollectionPercentage
(Double datapointsCollectionPercentage) The percentage of datapoints collected.lastModelRefreshDate
(Instant lastModelRefreshDate) The date the model was last refreshed.modelStatus
(String modelStatus) The status of the behavior model.modelStatus
(ModelStatus modelStatus) The status of the behavior model.securityProfileName
(String securityProfileName) The name of the security profile.trainingDataCollectionStartDate
(Instant trainingDataCollectionStartDate) The date a training model started collecting data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-
behaviorName
The name of the behavior.
- Parameters:
behaviorName
- The name of the behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingDataCollectionStartDate
BehaviorModelTrainingSummary.Builder trainingDataCollectionStartDate(Instant trainingDataCollectionStartDate) The date a training model started collecting data.
- Parameters:
trainingDataCollectionStartDate
- The date a training model started collecting data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelStatus
The status of the behavior model.
- Parameters:
modelStatus
- The status of the behavior model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelStatus
The status of the behavior model.
- Parameters:
modelStatus
- The status of the behavior model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datapointsCollectionPercentage
BehaviorModelTrainingSummary.Builder datapointsCollectionPercentage(Double datapointsCollectionPercentage) The percentage of datapoints collected.
- Parameters:
datapointsCollectionPercentage
- The percentage of datapoints collected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModelRefreshDate
The date the model was last refreshed.
- Parameters:
lastModelRefreshDate
- The date the model was last refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-