public static interface UpdateDetectorVersionRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateDetectorVersionRequest.Builder,UpdateDetectorVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorVersionRequest.Builder |
description(String description)
The detector version description.
|
UpdateDetectorVersionRequest.Builder |
detectorId(String detectorId)
The parent detector ID for the detector version you want to update.
|
UpdateDetectorVersionRequest.Builder |
detectorVersionId(String detectorVersionId)
The detector version ID.
|
UpdateDetectorVersionRequest.Builder |
externalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
externalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
modelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
modelVersions(Consumer<ModelVersion.Builder>... modelVersions)
The model versions to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
modelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDetectorVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDetectorVersionRequest.Builder |
ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode to add to the detector.
|
UpdateDetectorVersionRequest.Builder |
ruleExecutionMode(String ruleExecutionMode)
The rule execution mode to add to the detector.
|
UpdateDetectorVersionRequest.Builder |
rules(Collection<Rule> rules)
The rules to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules to include in the detector version.
|
UpdateDetectorVersionRequest.Builder |
rules(Rule... rules)
The rules to include in the detector version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDetectorVersionRequest.Builder detectorId(String detectorId)
The parent detector ID for the detector version you want to update.
detectorId - The parent detector ID for the detector version you want to update.UpdateDetectorVersionRequest.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId - The detector version ID.UpdateDetectorVersionRequest.Builder externalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
externalModelEndpoints - The Amazon SageMaker model endpoints to include in the detector version.UpdateDetectorVersionRequest.Builder externalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
externalModelEndpoints - The Amazon SageMaker model endpoints to include in the detector version.UpdateDetectorVersionRequest.Builder rules(Collection<Rule> rules)
The rules to include in the detector version.
rules - The rules to include in the detector version.UpdateDetectorVersionRequest.Builder rules(Rule... rules)
The rules to include in the detector version.
rules - The rules to include in the detector version.UpdateDetectorVersionRequest.Builder rules(Consumer<Rule.Builder>... rules)
The rules to include in the detector version.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create one
manually via Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rules(List.
rules - a consumer that will call methods on
Rule.Builder#rules(java.util.Collection) UpdateDetectorVersionRequest.Builder description(String description)
The detector version description.
description - The detector version description.UpdateDetectorVersionRequest.Builder modelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
modelVersions - The model versions to include in the detector version.UpdateDetectorVersionRequest.Builder modelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
modelVersions - The model versions to include in the detector version.UpdateDetectorVersionRequest.Builder modelVersions(Consumer<ModelVersion.Builder>... modelVersions)
The model versions to include in the detector version.
This is a convenience method that creates an instance of theModelVersion.Builder avoiding the need to create
one manually via ModelVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelVersions(List.
modelVersions - a consumer that will call methods on
ModelVersion.Builder#modelVersions(java.util.Collection) 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.
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.
RuleExecutionMode,
RuleExecutionModeUpdateDetectorVersionRequest.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.
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.
RuleExecutionMode,
RuleExecutionModeUpdateDetectorVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDetectorVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.