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
Modifier and TypeMethodDescriptionThe AppEUI value.The AppKey value.The GenAppKey value.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, sdkFields
-
Method Details
-
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
The AppEUI value.
- Parameters:
appEui
- The AppEUI value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
joinEui
The JoinEUI value.
- Parameters:
joinEui
- The JoinEUI value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
genAppKey
The GenAppKey value.
- Parameters:
genAppKey
- The GenAppKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-