Interface LoRaWANMulticast.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANMulticast.Builder,,LoRaWANMulticast> SdkBuilder<LoRaWANMulticast.Builder,,LoRaWANMulticast> SdkPojo
- Enclosing class:
LoRaWANMulticast
@Mutable
@NotThreadSafe
public static interface LoRaWANMulticast.Builder
extends SdkPojo, CopyableBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LoRaWANMulticast.BuilderdefaultSessionParameters(Consumer<DefaultSessionParametersMulticast.Builder> defaultSessionParameters) The default session parameters for the multicast group.defaultSessionParameters(DefaultSessionParametersMulticast defaultSessionParameters) The default session parameters for the multicast group.Sets the value of the DlClass property for this object.Sets the value of the DlClass property for this object.default LoRaWANMulticast.BuilderparticipatingGateways(Consumer<ParticipatingGatewaysMulticast.Builder> participatingGateways) Sets the value of the ParticipatingGateways property for this object.participatingGateways(ParticipatingGatewaysMulticast participatingGateways) Sets the value of the ParticipatingGateways property for this object.Sets the value of the RfRegion property for this object.rfRegion(SupportedRfRegion rfRegion) Sets the value of the RfRegion 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
-
rfRegion
Sets the value of the RfRegion property for this object.- Parameters:
rfRegion- The new value for the RfRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rfRegion
Sets the value of the RfRegion property for this object.- Parameters:
rfRegion- The new value for the RfRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dlClass
Sets the value of the DlClass property for this object.- Parameters:
dlClass- The new value for the DlClass property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dlClass
Sets the value of the DlClass property for this object.- Parameters:
dlClass- The new value for the DlClass property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participatingGateways
LoRaWANMulticast.Builder participatingGateways(ParticipatingGatewaysMulticast participatingGateways) Sets the value of the ParticipatingGateways property for this object.- Parameters:
participatingGateways- The new value for the ParticipatingGateways property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participatingGateways
default LoRaWANMulticast.Builder participatingGateways(Consumer<ParticipatingGatewaysMulticast.Builder> participatingGateways) Sets the value of the ParticipatingGateways property for this object. This is a convenience method that creates an instance of theParticipatingGatewaysMulticast.Builderavoiding the need to create one manually viaParticipatingGatewaysMulticast.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparticipatingGateways(ParticipatingGatewaysMulticast).- Parameters:
participatingGateways- a consumer that will call methods onParticipatingGatewaysMulticast.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultSessionParameters
LoRaWANMulticast.Builder defaultSessionParameters(DefaultSessionParametersMulticast defaultSessionParameters) The default session parameters for the multicast group.
- Parameters:
defaultSessionParameters- The default session parameters for the multicast group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultSessionParameters
default LoRaWANMulticast.Builder defaultSessionParameters(Consumer<DefaultSessionParametersMulticast.Builder> defaultSessionParameters) The default session parameters for the multicast group.
This is a convenience method that creates an instance of theDefaultSessionParametersMulticast.Builderavoiding the need to create one manually viaDefaultSessionParametersMulticast.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultSessionParameters(DefaultSessionParametersMulticast).- Parameters:
defaultSessionParameters- a consumer that will call methods onDefaultSessionParametersMulticast.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-