Interface UpdateWirelessDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWirelessDeviceRequest.Builder,UpdateWirelessDeviceRequest>,IotWirelessRequest.Builder,SdkBuilder<UpdateWirelessDeviceRequest.Builder,UpdateWirelessDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWirelessDeviceRequest
public static interface UpdateWirelessDeviceRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWirelessDeviceRequest.Builder,UpdateWirelessDeviceRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UpdateWirelessDeviceRequest.Builder id(String id)
The ID of the resource to update.
- Parameters:
id- The ID of the resource to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationName
UpdateWirelessDeviceRequest.Builder destinationName(String destinationName)
The name of the new destination for the device.
- Parameters:
destinationName- The name of the new destination for the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWirelessDeviceRequest.Builder name(String name)
The new name of the resource.
- Parameters:
name- The new name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateWirelessDeviceRequest.Builder description(String description)
A new description of the resource.
- Parameters:
description- A new description of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
UpdateWirelessDeviceRequest.Builder loRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
- Parameters:
loRaWAN- The updated wireless device's configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default UpdateWirelessDeviceRequest.Builder loRaWAN(Consumer<LoRaWANUpdateDevice.Builder> loRaWAN)
The updated wireless device's configuration.
This is a convenience method that creates an instance of theLoRaWANUpdateDevice.Builderavoiding the need to create one manually viaLoRaWANUpdateDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANUpdateDevice).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANUpdateDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANUpdateDevice)
-
positioning
UpdateWirelessDeviceRequest.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
UpdateWirelessDeviceRequest.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
-
overrideConfiguration
UpdateWirelessDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWirelessDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-