Interface StrategySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StrategySummary.Builder,
,StrategySummary> SdkBuilder<StrategySummary.Builder,
,StrategySummary> SdkPojo
- Enclosing class:
StrategySummary
@Mutable
@NotThreadSafe
public static interface StrategySummary.Builder
extends SdkPojo, CopyableBuilder<StrategySummary.Builder,StrategySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe count of recommendations per strategy.The name of recommended 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 Details
-
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
The name of recommended strategy.
- Parameters:
strategy
- The name of recommended strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
strategy
The name of recommended strategy.
- Parameters:
strategy
- The name of recommended strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-