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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BehaviorModelTrainingSummary.BuilderbehaviorName(String behaviorName)The name of the behavior.BehaviorModelTrainingSummary.BuilderdatapointsCollectionPercentage(Double datapointsCollectionPercentage)The percentage of datapoints collected.BehaviorModelTrainingSummary.BuilderlastModelRefreshDate(Instant lastModelRefreshDate)The date the model was last refreshed.BehaviorModelTrainingSummary.BuildermodelStatus(String modelStatus)The status of the behavior model.BehaviorModelTrainingSummary.BuildermodelStatus(ModelStatus modelStatus)The status of the behavior model.BehaviorModelTrainingSummary.BuildersecurityProfileName(String securityProfileName)The name of the security profile.BehaviorModelTrainingSummary.BuildertrainingDataCollectionStartDate(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 Detail
-
securityProfileName
BehaviorModelTrainingSummary.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.
-
behaviorName
BehaviorModelTrainingSummary.Builder behaviorName(String 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
BehaviorModelTrainingSummary.Builder modelStatus(String 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,ModelStatus
-
modelStatus
BehaviorModelTrainingSummary.Builder modelStatus(ModelStatus 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,ModelStatus
-
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
BehaviorModelTrainingSummary.Builder lastModelRefreshDate(Instant 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.
-
-