public static interface UpdateWirelessGatewayTaskCreate.Builder extends SdkPojo, CopyableBuilder<UpdateWirelessGatewayTaskCreate.Builder,UpdateWirelessGatewayTaskCreate>
| Modifier and Type | Method and Description |
|---|---|
default UpdateWirelessGatewayTaskCreate.Builder |
loRaWAN(Consumer<LoRaWANUpdateGatewayTaskCreate.Builder> loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
|
UpdateWirelessGatewayTaskCreate.Builder |
loRaWAN(LoRaWANUpdateGatewayTaskCreate loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
|
UpdateWirelessGatewayTaskCreate.Builder |
updateDataRole(String updateDataRole)
The IAM role used to read data from the S3 bucket.
|
UpdateWirelessGatewayTaskCreate.Builder |
updateDataSource(String updateDataSource)
The link to the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWirelessGatewayTaskCreate.Builder updateDataSource(String updateDataSource)
The link to the S3 bucket.
updateDataSource - The link to the S3 bucket.UpdateWirelessGatewayTaskCreate.Builder updateDataRole(String updateDataRole)
The IAM role used to read data from the S3 bucket.
updateDataRole - The IAM role used to read data from the S3 bucket.UpdateWirelessGatewayTaskCreate.Builder loRaWAN(LoRaWANUpdateGatewayTaskCreate loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
loRaWAN - The properties that relate to the LoRaWAN wireless gateway.default UpdateWirelessGatewayTaskCreate.Builder loRaWAN(Consumer<LoRaWANUpdateGatewayTaskCreate.Builder> loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
This is a convenience method that creates an instance of theLoRaWANUpdateGatewayTaskCreate.Builder
avoiding the need to create one manually via LoRaWANUpdateGatewayTaskCreate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to loRaWAN(LoRaWANUpdateGatewayTaskCreate).
loRaWAN - a consumer that will call methods on LoRaWANUpdateGatewayTaskCreate.BuilderloRaWAN(LoRaWANUpdateGatewayTaskCreate)Copyright © 2023. All rights reserved.