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
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.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:
-