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
Modifier and TypeMethodDescriptionloRaWAN
(Consumer<LoRaWANMulticastSession.Builder> loRaWAN) Sets the value of the LoRaWAN property for this object.loRaWAN
(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 Details
-
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.Builder
avoiding the need to create one manually viaLoRaWANMulticastSession.builder()
.When the
Consumer
completes,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:
-