Interface OtaaV1_0_x.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>,SdkBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>,SdkPojo
- Enclosing class:
- OtaaV1_0_x
public static interface OtaaV1_0_x.Builder extends SdkPojo, CopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OtaaV1_0_x.BuilderappEui(String appEui)The AppEUI value.OtaaV1_0_x.BuilderappKey(String appKey)The AppKey value.OtaaV1_0_x.BuildergenAppKey(String genAppKey)The GenAppKey value.OtaaV1_0_x.BuilderjoinEui(String joinEui)The JoinEUI 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
-
appKey
OtaaV1_0_x.Builder appKey(String appKey)
The AppKey value.
- Parameters:
appKey- The AppKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appEui
OtaaV1_0_x.Builder appEui(String appEui)
The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
- Parameters:
appEui- The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
joinEui
OtaaV1_0_x.Builder joinEui(String joinEui)
The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
- Parameters:
joinEui- The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
genAppKey
OtaaV1_0_x.Builder genAppKey(String genAppKey)
The GenAppKey value.
- Parameters:
genAppKey- The GenAppKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-