Interface TrainingMetricsV2.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrainingMetricsV2.Builder,TrainingMetricsV2>,SdkBuilder<TrainingMetricsV2.Builder,TrainingMetricsV2>,SdkPojo
- Enclosing class:
- TrainingMetricsV2
public static interface TrainingMetricsV2.Builder extends SdkPojo, CopyableBuilder<TrainingMetricsV2.Builder,TrainingMetricsV2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TrainingMetricsV2.Builderati(Consumer<ATITrainingMetricsValue.Builder> ati)The Account Takeover Insights (ATI) model training metric details.TrainingMetricsV2.Builderati(ATITrainingMetricsValue ati)The Account Takeover Insights (ATI) model training metric details.default TrainingMetricsV2.Builderofi(Consumer<OFITrainingMetricsValue.Builder> ofi)The Online Fraud Insights (OFI) model training metric details.TrainingMetricsV2.Builderofi(OFITrainingMetricsValue ofi)The Online Fraud Insights (OFI) model training metric details.default TrainingMetricsV2.Buildertfi(Consumer<TFITrainingMetricsValue.Builder> tfi)The Transaction Fraud Insights (TFI) model training metric details.TrainingMetricsV2.Buildertfi(TFITrainingMetricsValue tfi)The Transaction Fraud Insights (TFI) model training metric details.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ofi
TrainingMetricsV2.Builder ofi(OFITrainingMetricsValue ofi)
The Online Fraud Insights (OFI) model training metric details.
- Parameters:
ofi- The Online Fraud Insights (OFI) model training metric details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ofi
default TrainingMetricsV2.Builder ofi(Consumer<OFITrainingMetricsValue.Builder> ofi)
The Online Fraud Insights (OFI) model training metric details.
This is a convenience method that creates an instance of theOFITrainingMetricsValue.Builderavoiding the need to create one manually viaOFITrainingMetricsValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toofi(OFITrainingMetricsValue).- Parameters:
ofi- a consumer that will call methods onOFITrainingMetricsValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ofi(OFITrainingMetricsValue)
-
tfi
TrainingMetricsV2.Builder tfi(TFITrainingMetricsValue tfi)
The Transaction Fraud Insights (TFI) model training metric details.
- Parameters:
tfi- The Transaction Fraud Insights (TFI) model training metric details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tfi
default TrainingMetricsV2.Builder tfi(Consumer<TFITrainingMetricsValue.Builder> tfi)
The Transaction Fraud Insights (TFI) model training metric details.
This is a convenience method that creates an instance of theTFITrainingMetricsValue.Builderavoiding the need to create one manually viaTFITrainingMetricsValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totfi(TFITrainingMetricsValue).- Parameters:
tfi- a consumer that will call methods onTFITrainingMetricsValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tfi(TFITrainingMetricsValue)
-
ati
TrainingMetricsV2.Builder ati(ATITrainingMetricsValue ati)
The Account Takeover Insights (ATI) model training metric details.
- Parameters:
ati- The Account Takeover Insights (ATI) model training metric details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ati
default TrainingMetricsV2.Builder ati(Consumer<ATITrainingMetricsValue.Builder> ati)
The Account Takeover Insights (ATI) model training metric details.
This is a convenience method that creates an instance of theATITrainingMetricsValue.Builderavoiding the need to create one manually viaATITrainingMetricsValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toati(ATITrainingMetricsValue).- Parameters:
ati- a consumer that will call methods onATITrainingMetricsValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ati(ATITrainingMetricsValue)
-
-