Interface CreateDetectorVersionRequest.Builder

    • Method Detail

      • detectorId

        CreateDetectorVersionRequest.Builder detectorId​(String detectorId)

        The ID of the detector under which you want to create a new version.

        Parameters:
        detectorId - The ID of the detector under which you want to create a new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateDetectorVersionRequest.Builder description​(String description)

        The description of the detector version.

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

        CreateDetectorVersionRequest.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

        CreateDetectorVersionRequest.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

        CreateDetectorVersionRequest.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

        CreateDetectorVersionRequest.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.
      • modelVersions

        CreateDetectorVersionRequest.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

        CreateDetectorVersionRequest.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

        CreateDetectorVersionRequest.Builder ruleExecutionMode​(String ruleExecutionMode)

        The rule execution mode for the rules included in the detector version.

        You can define and edit the rule mode at the detector version level, when it is in draft status.

        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.

        The default behavior is FIRST_MATCHED.

        Parameters:
        ruleExecutionMode - The rule execution mode for the rules included in the detector version.

        You can define and edit the rule mode at the detector version level, when it is in draft status.

        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.

        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

        CreateDetectorVersionRequest.Builder ruleExecutionMode​(RuleExecutionMode ruleExecutionMode)

        The rule execution mode for the rules included in the detector version.

        You can define and edit the rule mode at the detector version level, when it is in draft status.

        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.

        The default behavior is FIRST_MATCHED.

        Parameters:
        ruleExecutionMode - The rule execution mode for the rules included in the detector version.

        You can define and edit the rule mode at the detector version level, when it is in draft status.

        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.

        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
      • tags

        CreateDetectorVersionRequest.Builder tags​(Collection<Tag> tags)

        A collection of key and value pairs.

        Parameters:
        tags - A collection of key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDetectorVersionRequest.Builder tags​(Tag... tags)

        A collection of key and value pairs.

        Parameters:
        tags - A collection of key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.