Interface GetWirelessDeviceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWirelessDeviceResponse.Builder,GetWirelessDeviceResponse>,IotWirelessResponse.Builder,SdkBuilder<GetWirelessDeviceResponse.Builder,GetWirelessDeviceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWirelessDeviceResponse
public static interface GetWirelessDeviceResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessDeviceResponse.Builder,GetWirelessDeviceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetWirelessDeviceResponse.Builderarn(String arn)The Amazon Resource Name of the resource.GetWirelessDeviceResponse.Builderdescription(String description)The description of the resource.GetWirelessDeviceResponse.BuilderdestinationName(String destinationName)The name of the destination to which the device is assigned.GetWirelessDeviceResponse.Builderid(String id)The ID of the wireless device.default GetWirelessDeviceResponse.BuilderloRaWAN(Consumer<LoRaWANDevice.Builder> loRaWAN)Information about the wireless device.GetWirelessDeviceResponse.BuilderloRaWAN(LoRaWANDevice loRaWAN)Information about the wireless device.GetWirelessDeviceResponse.Buildername(String name)The name of the resource.GetWirelessDeviceResponse.Builderpositioning(String positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.GetWirelessDeviceResponse.Builderpositioning(PositioningConfigStatus positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.default GetWirelessDeviceResponse.Buildersidewalk(Consumer<SidewalkDevice.Builder> sidewalk)Sidewalk device object.GetWirelessDeviceResponse.Buildersidewalk(SidewalkDevice sidewalk)Sidewalk device object.GetWirelessDeviceResponse.BuilderthingArn(String thingArn)The ARN of the thing associated with the wireless device.GetWirelessDeviceResponse.BuilderthingName(String thingName)The name of the thing associated with the wireless device.GetWirelessDeviceResponse.Buildertype(String type)The wireless device type.GetWirelessDeviceResponse.Buildertype(WirelessDeviceType type)The wireless device type.-
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
-
type
GetWirelessDeviceResponse.Builder type(String type)
The wireless device type.
- Parameters:
type- The wireless device type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceType,WirelessDeviceType
-
type
GetWirelessDeviceResponse.Builder type(WirelessDeviceType type)
The wireless device type.
- Parameters:
type- The wireless device type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceType,WirelessDeviceType
-
name
GetWirelessDeviceResponse.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.
-
description
GetWirelessDeviceResponse.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.
-
destinationName
GetWirelessDeviceResponse.Builder destinationName(String destinationName)
The name of the destination to which the device is assigned.
- Parameters:
destinationName- The name of the destination to which the device is assigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetWirelessDeviceResponse.Builder id(String id)
The ID of the wireless device.
- Parameters:
id- The ID of the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GetWirelessDeviceResponse.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
GetWirelessDeviceResponse.Builder thingName(String thingName)
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
- Parameters:
thingName- The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingArn
GetWirelessDeviceResponse.Builder thingArn(String thingArn)
The ARN of the thing associated with the wireless device.
- Parameters:
thingArn- The ARN of the thing associated with the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
GetWirelessDeviceResponse.Builder loRaWAN(LoRaWANDevice loRaWAN)
Information about the wireless device.
- Parameters:
loRaWAN- Information about the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default GetWirelessDeviceResponse.Builder loRaWAN(Consumer<LoRaWANDevice.Builder> loRaWAN)
Information about the wireless device.
This is a convenience method that creates an instance of theLoRaWANDevice.Builderavoiding the need to create one manually viaLoRaWANDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANDevice).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANDevice)
-
sidewalk
GetWirelessDeviceResponse.Builder sidewalk(SidewalkDevice sidewalk)
Sidewalk device object.
- Parameters:
sidewalk- Sidewalk device object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
default GetWirelessDeviceResponse.Builder sidewalk(Consumer<SidewalkDevice.Builder> sidewalk)
Sidewalk device object.
This is a convenience method that creates an instance of theSidewalkDevice.Builderavoiding the need to create one manually viaSidewalkDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkDevice).- Parameters:
sidewalk- a consumer that will call methods onSidewalkDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkDevice)
-
positioning
GetWirelessDeviceResponse.Builder positioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- Parameters:
positioning- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositioningConfigStatus,PositioningConfigStatus
-
positioning
GetWirelessDeviceResponse.Builder positioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- Parameters:
positioning- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositioningConfigStatus,PositioningConfigStatus
-
-