Interface UpdateAbpV1_0_x.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateAbpV1_0_x.Builder,UpdateAbpV1_0_x>,SdkBuilder<UpdateAbpV1_0_x.Builder,UpdateAbpV1_0_x>,SdkPojo
- Enclosing class:
- UpdateAbpV1_0_x
public static interface UpdateAbpV1_0_x.Builder extends SdkPojo, CopyableBuilder<UpdateAbpV1_0_x.Builder,UpdateAbpV1_0_x>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAbpV1_0_x.BuilderfCntStart(Integer fCntStart)The FCnt init 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, sdkFields
-
-
-
-
Method Detail
-
fCntStart
UpdateAbpV1_0_x.Builder fCntStart(Integer fCntStart)
The FCnt init value.
- Parameters:
fCntStart- The FCnt init value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-