Interface GetMulticastGroupSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMulticastGroupSessionResponse.Builder,GetMulticastGroupSessionResponse>,IotWirelessResponse.Builder,SdkBuilder<GetMulticastGroupSessionResponse.Builder,GetMulticastGroupSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMulticastGroupSessionResponse
public static interface GetMulticastGroupSessionResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetMulticastGroupSessionResponse.Builder,GetMulticastGroupSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetMulticastGroupSessionResponse.BuilderloRaWAN(Consumer<LoRaWANMulticastSession.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.GetMulticastGroupSessionResponse.BuilderloRaWAN(LoRaWANMulticastSession 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.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
loRaWAN
GetMulticastGroupSessionResponse.Builder loRaWAN(LoRaWANMulticastSession 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 GetMulticastGroupSessionResponse.Builder loRaWAN(Consumer<LoRaWANMulticastSession.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANMulticastSession.Builderavoiding the need to create one manually viaLoRaWANMulticastSession.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANMulticastSession).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANMulticastSession.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANMulticastSession)
-
-