public static interface StartWirelessDeviceImportTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<StartWirelessDeviceImportTaskRequest.Builder,StartWirelessDeviceImportTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
StartWirelessDeviceImportTaskRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
StartWirelessDeviceImportTaskRequest.Builder |
destinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the
import task that are onboarded to AWS IoT Wireless.
|
StartWirelessDeviceImportTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartWirelessDeviceImportTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartWirelessDeviceImportTaskRequest.Builder |
sidewalk(Consumer<SidewalkStartImportInfo.Builder> sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
|
StartWirelessDeviceImportTaskRequest.Builder |
sidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
|
StartWirelessDeviceImportTaskRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
StartWirelessDeviceImportTaskRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
StartWirelessDeviceImportTaskRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartWirelessDeviceImportTaskRequest.Builder destinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are onboarded to AWS IoT Wireless.
destinationName - The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in
the import task that are onboarded to AWS IoT Wireless.StartWirelessDeviceImportTaskRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.StartWirelessDeviceImportTaskRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.StartWirelessDeviceImportTaskRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.StartWirelessDeviceImportTaskRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) StartWirelessDeviceImportTaskRequest.Builder sidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
sidewalk - The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.default StartWirelessDeviceImportTaskRequest.Builder sidewalk(Consumer<SidewalkStartImportInfo.Builder> sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
This is a convenience method that creates an instance of theSidewalkStartImportInfo.Builder avoiding
the need to create one manually via SidewalkStartImportInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sidewalk(SidewalkStartImportInfo).
sidewalk - a consumer that will call methods on SidewalkStartImportInfo.Buildersidewalk(SidewalkStartImportInfo)StartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.