Interface LoRaWANServiceProfile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANServiceProfile.Builder,
,LoRaWANServiceProfile> SdkBuilder<LoRaWANServiceProfile.Builder,
,LoRaWANServiceProfile> SdkPojo
- Enclosing class:
LoRaWANServiceProfile
@Mutable
@NotThreadSafe
public static interface LoRaWANServiceProfile.Builder
extends SdkPojo, CopyableBuilder<LoRaWANServiceProfile.Builder,LoRaWANServiceProfile>
-
Method Summary
Modifier and TypeMethodDescriptionaddGwMetadata
(Boolean addGwMetadata) The AddGWMetaData value.The DrMax value.The DrMin value.The PRAllowed value that describes whether passive roaming is allowed.The RAAllowed value that describes whether roaming activation is allowed.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 Details
-
addGwMetadata
The AddGWMetaData value.
- Parameters:
addGwMetadata
- The AddGWMetaData value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
drMin
The DrMin value.
- Parameters:
drMin
- The DrMin value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
drMax
The DrMax value.
- Parameters:
drMax
- The DrMax value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prAllowed
The PRAllowed value that describes whether passive roaming is allowed.
- Parameters:
prAllowed
- The PRAllowed value that describes whether passive roaming is allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
raAllowed
The RAAllowed value that describes whether roaming activation is allowed.
- Parameters:
raAllowed
- The RAAllowed value that describes whether roaming activation is allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-