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 Details

    • 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

      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

      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.