public static interface GetDetectorVersionResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetDetectorVersionResponse.Builder,GetDetectorVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDetectorVersionResponse.Builder |
arn(String arn)
The detector version ARN.
|
GetDetectorVersionResponse.Builder |
createdTime(String createdTime)
The timestamp when the detector version was created.
|
GetDetectorVersionResponse.Builder |
description(String description)
The detector version description.
|
GetDetectorVersionResponse.Builder |
detectorId(String detectorId)
The detector ID.
|
GetDetectorVersionResponse.Builder |
detectorVersionId(String detectorVersionId)
The detector version ID.
|
GetDetectorVersionResponse.Builder |
externalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResponse.Builder |
externalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResponse.Builder |
lastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
|
GetDetectorVersionResponse.Builder |
modelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResponse.Builder |
modelVersions(Consumer<ModelVersion.Builder>... modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResponse.Builder |
modelVersions(ModelVersion... modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResponse.Builder |
ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResponse.Builder |
ruleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResponse.Builder |
rules(Collection<Rule> rules)
The rules included in the detector version.
|
GetDetectorVersionResponse.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules included in the detector version.
|
GetDetectorVersionResponse.Builder |
rules(Rule... rules)
The rules included in the detector version.
|
GetDetectorVersionResponse.Builder |
status(DetectorVersionStatus status)
The status of the detector version.
|
GetDetectorVersionResponse.Builder |
status(String status)
The status of the detector version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDetectorVersionResponse.Builder detectorId(String detectorId)
The detector ID.
detectorId - The detector ID.GetDetectorVersionResponse.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId - The detector version ID.GetDetectorVersionResponse.Builder description(String description)
The detector version description.
description - The detector version description.GetDetectorVersionResponse.Builder externalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
externalModelEndpoints - The Amazon SageMaker model endpoints included in the detector version.GetDetectorVersionResponse.Builder externalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
externalModelEndpoints - The Amazon SageMaker model endpoints included in the detector version.GetDetectorVersionResponse.Builder modelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
modelVersions - The model versions included in the detector version.GetDetectorVersionResponse.Builder modelVersions(ModelVersion... modelVersions)
The model versions included in the detector version.
modelVersions - The model versions included in the detector version.GetDetectorVersionResponse.Builder modelVersions(Consumer<ModelVersion.Builder>... modelVersions)
The model versions included in the detector version.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #modelVersions(List) .modelVersions - a consumer that will call methods on List.Builder #modelVersions(List) GetDetectorVersionResponse.Builder rules(Collection<Rule> rules)
The rules included in the detector version.
rules - The rules included in the detector version.GetDetectorVersionResponse.Builder rules(Rule... rules)
The rules included in the detector version.
rules - The rules included in the detector version.GetDetectorVersionResponse.Builder rules(Consumer<Rule.Builder>... rules)
The rules included in the detector version.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) GetDetectorVersionResponse.Builder status(String status)
The status of the detector version.
status - The status of the detector version.DetectorVersionStatus,
DetectorVersionStatusGetDetectorVersionResponse.Builder status(DetectorVersionStatus status)
The status of the detector version.
status - The status of the detector version.DetectorVersionStatus,
DetectorVersionStatusGetDetectorVersionResponse.Builder lastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
lastUpdatedTime - The timestamp when the detector version was last updated.GetDetectorVersionResponse.Builder createdTime(String createdTime)
The timestamp when the detector version was created.
createdTime - The timestamp when the detector version was created.GetDetectorVersionResponse.Builder ruleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
FIRST_MATCHED indicates that 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.
ALL_MATCHED indicates that 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.
ruleExecutionMode - The execution mode of the rule in the dectector
FIRST_MATCHED indicates that 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.
ALL_MATCHED indicates that 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.
RuleExecutionMode,
RuleExecutionModeGetDetectorVersionResponse.Builder ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
FIRST_MATCHED indicates that 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.
ALL_MATCHED indicates that 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.
ruleExecutionMode - The execution mode of the rule in the dectector
FIRST_MATCHED indicates that 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.
ALL_MATCHED indicates that 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.
RuleExecutionMode,
RuleExecutionModeGetDetectorVersionResponse.Builder arn(String arn)
The detector version ARN.
arn - The detector version ARN.Copyright © 2021. All rights reserved.