Interface UpdateMulticastGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMulticastGroupRequest.Builder,UpdateMulticastGroupRequest>,IotWirelessRequest.Builder,SdkBuilder<UpdateMulticastGroupRequest.Builder,UpdateMulticastGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMulticastGroupRequest
public static interface UpdateMulticastGroupRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateMulticastGroupRequest.Builder,UpdateMulticastGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateMulticastGroupRequest.Builderdescription(String description)Sets the value of the Description property for this object.UpdateMulticastGroupRequest.Builderid(String id)Sets the value of the Id property for this object.default UpdateMulticastGroupRequest.BuilderloRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.UpdateMulticastGroupRequest.BuilderloRaWAN(LoRaWANMulticast loRaWAN)Sets the value of the LoRaWAN property for this object.UpdateMulticastGroupRequest.Buildername(String name)Sets the value of the Name property for this object.UpdateMulticastGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMulticastGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
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
-
id
UpdateMulticastGroupRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateMulticastGroupRequest.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateMulticastGroupRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
UpdateMulticastGroupRequest.Builder loRaWAN(LoRaWANMulticast 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 UpdateMulticastGroupRequest.Builder loRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANMulticast.Builderavoiding the need to create one manually viaLoRaWANMulticast.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANMulticast).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANMulticast.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANMulticast)
-
overrideConfiguration
UpdateMulticastGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMulticastGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-