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