public static interface CreateDetectorVersionRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateDetectorVersionRequest.Builder,CreateDetectorVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorVersionRequest.Builder |
description(String description)
The description of the detector version.
|
CreateDetectorVersionRequest.Builder |
detectorId(String detectorId)
The ID of the detector under which you want to create a new version.
|
CreateDetectorVersionRequest.Builder |
externalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon Sagemaker model endpoints to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
externalModelEndpoints(String... externalModelEndpoints)
The Amazon Sagemaker model endpoints to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
modelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
modelVersions(Consumer<ModelVersion.Builder>... modelVersions)
The model versions to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
modelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDetectorVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDetectorVersionRequest.Builder |
ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode for the rules included in the detector version.
|
CreateDetectorVersionRequest.Builder |
ruleExecutionMode(String ruleExecutionMode)
The rule execution mode for the rules included in the detector version.
|
CreateDetectorVersionRequest.Builder |
rules(Collection<Rule> rules)
The rules to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
rules(Rule... rules)
The rules to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
tags(Collection<Tag> tags)
A collection of key and value pairs.
|
CreateDetectorVersionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
|
CreateDetectorVersionRequest.Builder |
tags(Tag... tags)
A collection of key and value pairs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDetectorVersionRequest.Builder detectorId(String detectorId)
The ID of the detector under which you want to create a new version.
detectorId - The ID of the detector under which you want to create a new version.CreateDetectorVersionRequest.Builder description(String description)
The description of the detector version.
description - The description of the detector version.CreateDetectorVersionRequest.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.CreateDetectorVersionRequest.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.CreateDetectorVersionRequest.Builder rules(Collection<Rule> rules)
The rules to include in the detector version.
rules - The rules to include in the detector version.CreateDetectorVersionRequest.Builder rules(Rule... rules)
The rules to include in the detector version.
rules - The rules to include in the detector version.CreateDetectorVersionRequest.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) CreateDetectorVersionRequest.Builder modelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
modelVersions - The model versions to include in the detector version.CreateDetectorVersionRequest.Builder modelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
modelVersions - The model versions to include in the detector version.CreateDetectorVersionRequest.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) 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.
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.
RuleExecutionMode,
RuleExecutionModeCreateDetectorVersionRequest.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.
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.
RuleExecutionMode,
RuleExecutionModeCreateDetectorVersionRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateDetectorVersionRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateDetectorVersionRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDetectorVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDetectorVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.