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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetWirelessGatewayFirmwareInformationResponse.BuilderloRaWAN(Consumer<LoRaWANGatewayCurrentVersion.Builder> loRaWAN)Information about the wireless gateway's firmware.GetWirelessGatewayFirmwareInformationResponse.BuilderloRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)Information about the wireless gateway's firmware.-
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
GetWirelessGatewayFirmwareInformationResponse.Builder loRaWAN(LoRaWANGatewayCurrentVersion 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:
loRaWAN(LoRaWANGatewayCurrentVersion)
-
-