Interface SessionKeysAbpV1_0_x.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionKeysAbpV1_0_x.Builder,SessionKeysAbpV1_0_x>,SdkBuilder<SessionKeysAbpV1_0_x.Builder,SessionKeysAbpV1_0_x>,SdkPojo
- Enclosing class:
- SessionKeysAbpV1_0_x
public static interface SessionKeysAbpV1_0_x.Builder extends SdkPojo, CopyableBuilder<SessionKeysAbpV1_0_x.Builder,SessionKeysAbpV1_0_x>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionKeysAbpV1_0_x.BuilderappSKey(String appSKey)The AppSKey value.SessionKeysAbpV1_0_x.BuildernwkSKey(String nwkSKey)The NwkSKey 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
-
nwkSKey
SessionKeysAbpV1_0_x.Builder nwkSKey(String nwkSKey)
The NwkSKey value.
- Parameters:
nwkSKey- The NwkSKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appSKey
SessionKeysAbpV1_0_x.Builder appSKey(String appSKey)
The AppSKey value.
- Parameters:
appSKey- The AppSKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-