Interface AggregatedLogOddsMetric.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggregatedLogOddsMetric.Builder,
,AggregatedLogOddsMetric> SdkBuilder<AggregatedLogOddsMetric.Builder,
,AggregatedLogOddsMetric> SdkPojo
- Enclosing class:
AggregatedLogOddsMetric
@Mutable
@NotThreadSafe
public static interface AggregatedLogOddsMetric.Builder
extends SdkPojo, CopyableBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>
-
Method Summary
Modifier and TypeMethodDescriptionaggregatedVariablesImportance
(Float aggregatedVariablesImportance) The relative importance of the variables in the list to the other event variable.variableNames
(String... variableNames) The names of all the variables.variableNames
(Collection<String> variableNames) The names of all the variables.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, sdkFieldNameToField, sdkFields
-
Method Details
-
variableNames
The names of all the variables.
- Parameters:
variableNames
- The names of all the variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableNames
The names of all the variables.
- Parameters:
variableNames
- The names of all the variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatedVariablesImportance
The relative importance of the variables in the list to the other event variable.
- Parameters:
aggregatedVariablesImportance
- The relative importance of the variables in the list to the other event variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-