Interface AbpV1_0_x.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AbpV1_0_x.Builder,AbpV1_0_x>,SdkBuilder<AbpV1_0_x.Builder,AbpV1_0_x>,SdkPojo
- Enclosing class:
- AbpV1_0_x
public static interface AbpV1_0_x.Builder extends SdkPojo, CopyableBuilder<AbpV1_0_x.Builder,AbpV1_0_x>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AbpV1_0_x.BuilderdevAddr(String devAddr)The DevAddr value.AbpV1_0_x.BuilderfCntStart(Integer fCntStart)The FCnt init value.default AbpV1_0_x.BuildersessionKeys(Consumer<SessionKeysAbpV1_0_x.Builder> sessionKeys)Session keys for ABP v1.0.xAbpV1_0_x.BuildersessionKeys(SessionKeysAbpV1_0_x sessionKeys)Session keys for ABP v1.0.x-
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
-
devAddr
AbpV1_0_x.Builder devAddr(String devAddr)
The DevAddr value.
- Parameters:
devAddr- The DevAddr value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionKeys
AbpV1_0_x.Builder sessionKeys(SessionKeysAbpV1_0_x sessionKeys)
Session keys for ABP v1.0.x
- Parameters:
sessionKeys- Session keys for ABP v1.0.x- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionKeys
default AbpV1_0_x.Builder sessionKeys(Consumer<SessionKeysAbpV1_0_x.Builder> sessionKeys)
Session keys for ABP v1.0.x
This is a convenience method that creates an instance of theSessionKeysAbpV1_0_x.Builderavoiding the need to create one manually viaSessionKeysAbpV1_0_x.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosessionKeys(SessionKeysAbpV1_0_x).- Parameters:
sessionKeys- a consumer that will call methods onSessionKeysAbpV1_0_x.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sessionKeys(SessionKeysAbpV1_0_x)
-
fCntStart
AbpV1_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.
-
-