Interface UpdateDetectorVersionRequest.Builder

    • Method Detail

      • detectorId

        UpdateDetectorVersionRequest.Builder detectorId​(String detectorId)

        The parent detector ID for the detector version you want to update.

        Parameters:
        detectorId - The parent detector ID for the detector version you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorVersionId

        UpdateDetectorVersionRequest.Builder detectorVersionId​(String detectorVersionId)

        The detector version ID.

        Parameters:
        detectorVersionId - The detector version ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalModelEndpoints

        UpdateDetectorVersionRequest.Builder externalModelEndpoints​(Collection<String> externalModelEndpoints)

        The Amazon SageMaker model endpoints to include in the detector version.

        Parameters:
        externalModelEndpoints - The Amazon SageMaker model endpoints to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalModelEndpoints

        UpdateDetectorVersionRequest.Builder externalModelEndpoints​(String... externalModelEndpoints)

        The Amazon SageMaker model endpoints to include in the detector version.

        Parameters:
        externalModelEndpoints - The Amazon SageMaker model endpoints to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        UpdateDetectorVersionRequest.Builder rules​(Collection<Rule> rules)

        The rules to include in the detector version.

        Parameters:
        rules - The rules to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        UpdateDetectorVersionRequest.Builder rules​(Rule... rules)

        The rules to include in the detector version.

        Parameters:
        rules - The rules to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateDetectorVersionRequest.Builder description​(String description)

        The detector version description.

        Parameters:
        description - The detector version description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersions

        UpdateDetectorVersionRequest.Builder modelVersions​(Collection<ModelVersion> modelVersions)

        The model versions to include in the detector version.

        Parameters:
        modelVersions - The model versions to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersions

        UpdateDetectorVersionRequest.Builder modelVersions​(ModelVersion... modelVersions)

        The model versions to include in the detector version.

        Parameters:
        modelVersions - The model versions to include in the detector version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleExecutionMode

        UpdateDetectorVersionRequest.Builder ruleExecutionMode​(String ruleExecutionMode)

        The rule execution mode to add to the detector.

        If you specify FIRST_MATCHED, Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

        If you specifiy ALL_MATCHED, Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

        The default behavior is FIRST_MATCHED.

        Parameters:
        ruleExecutionMode - The rule execution mode to add to the detector.

        If you specify FIRST_MATCHED, Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

        If you specifiy ALL_MATCHED, Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

        The default behavior is FIRST_MATCHED.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleExecutionMode, RuleExecutionMode
      • ruleExecutionMode

        UpdateDetectorVersionRequest.Builder ruleExecutionMode​(RuleExecutionMode ruleExecutionMode)

        The rule execution mode to add to the detector.

        If you specify FIRST_MATCHED, Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

        If you specifiy ALL_MATCHED, Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

        The default behavior is FIRST_MATCHED.

        Parameters:
        ruleExecutionMode - The rule execution mode to add to the detector.

        If you specify FIRST_MATCHED, Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

        If you specifiy ALL_MATCHED, Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

        The default behavior is FIRST_MATCHED.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleExecutionMode, RuleExecutionMode