Interface MulticastWirelessMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MulticastWirelessMetadata.Builder,MulticastWirelessMetadata>,SdkBuilder<MulticastWirelessMetadata.Builder,MulticastWirelessMetadata>,SdkPojo
- Enclosing class:
- MulticastWirelessMetadata
public static interface MulticastWirelessMetadata.Builder extends SdkPojo, CopyableBuilder<MulticastWirelessMetadata.Builder,MulticastWirelessMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MulticastWirelessMetadata.BuilderloRaWAN(Consumer<LoRaWANMulticastMetadata.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.MulticastWirelessMetadata.BuilderloRaWAN(LoRaWANMulticastMetadata loRaWAN)Sets the value of the LoRaWAN 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, sdkFields
-
-
-
-
Method Detail
-
loRaWAN
MulticastWirelessMetadata.Builder loRaWAN(LoRaWANMulticastMetadata loRaWAN)
Sets the value of the LoRaWAN property for this object.- Parameters:
loRaWAN- The new value for the LoRaWAN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default MulticastWirelessMetadata.Builder loRaWAN(Consumer<LoRaWANMulticastMetadata.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANMulticastMetadata.Builderavoiding the need to create one manually viaLoRaWANMulticastMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANMulticastMetadata).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANMulticastMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANMulticastMetadata)
-
-