Interface GetWirelessGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWirelessGatewayResponse.Builder,
,GetWirelessGatewayResponse> IotWirelessResponse.Builder
,SdkBuilder<GetWirelessGatewayResponse.Builder,
,GetWirelessGatewayResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWirelessGatewayResponse
public static interface GetWirelessGatewayResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.description
(String description) The description of the resource.The ID of the wireless gateway.loRaWAN
(Consumer<LoRaWANGateway.Builder> loRaWAN) Information about the wireless gateway.loRaWAN
(LoRaWANGateway loRaWAN) Information about the wireless gateway.The name of the resource.The ARN of the thing associated with the wireless gateway.The name of the thing associated with the wireless gateway.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 Details
-
name
The name of the resource.
- Parameters:
name
- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the wireless gateway.
- Parameters:
id
- The ID of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the resource.
- Parameters:
description
- The description of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
Information about the wireless gateway.
- Parameters:
loRaWAN
- Information about the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaLoRaWANGateway.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANGateway)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANGateway.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name of the resource.
- Parameters:
arn
- The Amazon Resource Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
- Parameters:
thingName
- The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingArn
The ARN of the thing associated with the wireless gateway.
- Parameters:
thingArn
- The ARN of the thing associated with the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-