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
Modifier and TypeMethodDescriptionSets the value of the FPort property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -