Interface Adjustment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Adjustment.Builder,Adjustment>,SdkBuilder<Adjustment.Builder,Adjustment>,SdkPojo
- Enclosing class:
- Adjustment
public static interface Adjustment.Builder extends SdkPojo, CopyableBuilder<Adjustment.Builder,Adjustment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Adjustment.Buildermetric(String metric)The metric to adjust.Adjustment.Builderreason(String reason)The reason for the adjustment.-
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
-
metric
Adjustment.Builder metric(String metric)
The metric to adjust.
- Parameters:
metric- The metric to adjust.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
Adjustment.Builder reason(String reason)
The reason for the adjustment.
- Parameters:
reason- The reason for the adjustment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-