Interface GetWirelessGatewayFirmwareInformationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,,GetWirelessGatewayFirmwareInformationResponse> IotWirelessResponse.Builder,SdkBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,,GetWirelessGatewayFirmwareInformationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetWirelessGatewayFirmwareInformationResponse
public static interface GetWirelessGatewayFirmwareInformationResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,GetWirelessGatewayFirmwareInformationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionInformation about the wireless gateway's firmware.loRaWAN(LoRaWANGatewayCurrentVersion loRaWAN) Information about the wireless gateway's firmware.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
Information about the wireless gateway's firmware.
- Parameters:
 loRaWAN- Information about the wireless gateway's firmware.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loRaWAN
default GetWirelessGatewayFirmwareInformationResponse.Builder loRaWAN(Consumer<LoRaWANGatewayCurrentVersion.Builder> loRaWAN) Information about the wireless gateway's firmware.
This is a convenience method that creates an instance of theLoRaWANGatewayCurrentVersion.Builderavoiding the need to create one manually viaLoRaWANGatewayCurrentVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANGatewayCurrentVersion).- Parameters:
 loRaWAN- a consumer that will call methods onLoRaWANGatewayCurrentVersion.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -