Interface GetWirelessGatewayFirmwareInformationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,
,GetWirelessGatewayFirmwareInformationResponse> IotWirelessResponse.Builder
,SdkBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,
,GetWirelessGatewayFirmwareInformationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWirelessGatewayFirmwareInformationResponse
@Mutable
@NotThreadSafe
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
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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaLoRaWANGatewayCurrentVersion.builder()
.When the
Consumer
completes,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:
-