Interface UpdateAbpV1_1.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateAbpV1_1.Builder,UpdateAbpV1_1>,SdkBuilder<UpdateAbpV1_1.Builder,UpdateAbpV1_1>,SdkPojo
- Enclosing class:
- UpdateAbpV1_1
public static interface UpdateAbpV1_1.Builder extends SdkPojo, CopyableBuilder<UpdateAbpV1_1.Builder,UpdateAbpV1_1>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAbpV1_1.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fCntStart
UpdateAbpV1_1.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.
-
-