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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetWirelessGatewayResponse.Builderarn(String arn)The Amazon Resource Name of the resource.GetWirelessGatewayResponse.Builderdescription(String description)The description of the resource.GetWirelessGatewayResponse.Builderid(String id)The ID of the wireless gateway.default GetWirelessGatewayResponse.BuilderloRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)Information about the wireless gateway.GetWirelessGatewayResponse.BuilderloRaWAN(LoRaWANGateway loRaWAN)Information about the wireless gateway.GetWirelessGatewayResponse.Buildername(String name)The name of the resource.GetWirelessGatewayResponse.BuilderthingArn(String thingArn)The ARN of the thing associated with the wireless gateway.GetWirelessGatewayResponse.BuilderthingName(String thingName)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
GetWirelessGatewayResponse.Builder name(String 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
GetWirelessGatewayResponse.Builder id(String 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
GetWirelessGatewayResponse.Builder description(String 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
GetWirelessGatewayResponse.Builder loRaWAN(LoRaWANGateway 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
default GetWirelessGatewayResponse.Builder loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
Information about the wireless gateway.
This is a convenience method that creates an instance of theLoRaWANGateway.Builderavoiding the need to create one manually viaLoRaWANGateway.builder().When the
Consumercompletes,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:
loRaWAN(LoRaWANGateway)
-
arn
GetWirelessGatewayResponse.Builder arn(String 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
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.
- 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
GetWirelessGatewayResponse.Builder thingArn(String 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.
-
-