public static interface GetWirelessGatewayResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayResponse.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
GetWirelessGatewayResponse.Builder |
description(String description)
The description of the resource.
|
GetWirelessGatewayResponse.Builder |
id(String id)
The ID of the wireless gateway.
|
default GetWirelessGatewayResponse.Builder |
loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
Information about the wireless gateway.
|
GetWirelessGatewayResponse.Builder |
loRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
|
GetWirelessGatewayResponse.Builder |
name(String name)
The name of the resource.
|
GetWirelessGatewayResponse.Builder |
thingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
|
GetWirelessGatewayResponse.Builder |
thingName(String thingName)
The name of the thing associated with the wireless gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWirelessGatewayResponse.Builder name(String name)
The name of the resource.
name - The name of the resource.GetWirelessGatewayResponse.Builder id(String id)
The ID of the wireless gateway.
id - The ID of the wireless gateway.GetWirelessGatewayResponse.Builder description(String description)
The description of the resource.
description - The description of the resource.GetWirelessGatewayResponse.Builder loRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
loRaWAN - Information about the wireless gateway.default GetWirelessGatewayResponse.Builder loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
Information about the wireless gateway.
This is a convenience method that creates an instance of theLoRaWANGateway.Builder avoiding the need
to create one manually via LoRaWANGateway.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANGateway).loRaWAN - a consumer that will call methods on LoRaWANGateway.BuilderloRaWAN(LoRaWANGateway)GetWirelessGatewayResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.GetWirelessGatewayResponse.Builder thingName(String thingName)
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
thingName - The name of the thing associated with the wireless gateway. The value is empty if a thing isn't
associated with the gateway.GetWirelessGatewayResponse.Builder thingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
thingArn - The ARN of the thing associated with the wireless gateway.Copyright © 2022. All rights reserved.