Interface AggregatedLogOddsMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>,SdkBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>,SdkPojo
- Enclosing class:
- AggregatedLogOddsMetric
public static interface AggregatedLogOddsMetric.Builder extends SdkPojo, CopyableBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedLogOddsMetric.BuilderaggregatedVariablesImportance(Float aggregatedVariablesImportance)The relative importance of the variables in the list to the other event variable.AggregatedLogOddsMetric.BuildervariableNames(String... variableNames)The names of all the variables.AggregatedLogOddsMetric.BuildervariableNames(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, sdkFields
-
-
-
-
Method Detail
-
variableNames
AggregatedLogOddsMetric.Builder variableNames(Collection<String> 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
AggregatedLogOddsMetric.Builder variableNames(String... 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
AggregatedLogOddsMetric.Builder aggregatedVariablesImportance(Float 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.
-
-