Interface StrategySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StrategySummary.Builder,StrategySummary>,SdkBuilder<StrategySummary.Builder,StrategySummary>,SdkPojo
- Enclosing class:
- StrategySummary
public static interface StrategySummary.Builder extends SdkPojo, CopyableBuilder<StrategySummary.Builder,StrategySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StrategySummary.Buildercount(Integer count)The count of recommendations per strategy.StrategySummary.Builderstrategy(String strategy)The name of recommended strategy.StrategySummary.Builderstrategy(Strategy strategy)The name of recommended strategy.-
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 Detail
-
count
StrategySummary.Builder count(Integer count)
The count of recommendations per strategy.
- Parameters:
count- The count of recommendations per strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strategy
StrategySummary.Builder strategy(String strategy)
The name of recommended strategy.
-
strategy
StrategySummary.Builder strategy(Strategy strategy)
The name of recommended strategy.
-
-