Interface LoRaWANMulticastMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANMulticastMetadata.Builder,LoRaWANMulticastMetadata>,SdkBuilder<LoRaWANMulticastMetadata.Builder,LoRaWANMulticastMetadata>,SdkPojo
- Enclosing class:
- LoRaWANMulticastMetadata
public static interface LoRaWANMulticastMetadata.Builder extends SdkPojo, CopyableBuilder<LoRaWANMulticastMetadata.Builder,LoRaWANMulticastMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANMulticastMetadata.BuilderfPort(Integer fPort)Sets the value of the FPort property for this object.-
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
-
fPort
LoRaWANMulticastMetadata.Builder fPort(Integer fPort)
Sets the value of the FPort property for this object.- Parameters:
fPort- The new value for the FPort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-