Interface StepAmountCapability.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StepAmountCapability.Builder,
,StepAmountCapability> SdkBuilder<StepAmountCapability.Builder,
,StepAmountCapability> SdkPojo
- Enclosing class:
StepAmountCapability
@Mutable
@NotThreadSafe
public static interface StepAmountCapability.Builder
extends SdkPojo, CopyableBuilder<StepAmountCapability.Builder,StepAmountCapability>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount.The minimum amount.The name of the step.The amount value.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
-
name
The name of the step.
- Parameters:
name
- The name of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
The minimum amount.
- Parameters:
min
- The minimum amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum amount.
- Parameters:
max
- The maximum amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The amount value.
- Parameters:
value
- The amount value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-