Interface OtaaV1_1.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OtaaV1_1.Builder,OtaaV1_1>,SdkBuilder<OtaaV1_1.Builder,OtaaV1_1>,SdkPojo
- Enclosing class:
- OtaaV1_1
public static interface OtaaV1_1.Builder extends SdkPojo, CopyableBuilder<OtaaV1_1.Builder,OtaaV1_1>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OtaaV1_1.BuilderappKey(String appKey)The AppKey value.OtaaV1_1.BuilderjoinEui(String joinEui)The JoinEUI value.OtaaV1_1.BuildernwkKey(String nwkKey)The NwkKey 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 Detail
-
appKey
OtaaV1_1.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.
-
nwkKey
OtaaV1_1.Builder nwkKey(String nwkKey)
The NwkKey value.
- Parameters:
nwkKey- The NwkKey value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
joinEui
OtaaV1_1.Builder joinEui(String joinEui)
The JoinEUI value.
- Parameters:
joinEui- The JoinEUI value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-