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
@Mutable
@NotThreadSafe
public static interface OtaaV1_0_x.Builder
extends SdkPojo, CopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x> 
- 
Method SummaryModifier and TypeMethodDescriptionThe AppEUI value.The AppKey value.The GenAppKey value.The JoinEUI value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
appKeyThe AppKey value. - Parameters:
- appKey- The AppKey value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
appEuiThe 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.
 
- 
joinEuiThe 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.
 
- 
genAppKeyThe GenAppKey value. - Parameters:
- genAppKey- The GenAppKey value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-