Interface StartSingleWirelessDeviceImportTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartSingleWirelessDeviceImportTaskRequest.Builder,StartSingleWirelessDeviceImportTaskRequest>,IotWirelessRequest.Builder,SdkBuilder<StartSingleWirelessDeviceImportTaskRequest.Builder,StartSingleWirelessDeviceImportTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartSingleWirelessDeviceImportTaskRequest
public static interface StartSingleWirelessDeviceImportTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<StartSingleWirelessDeviceImportTaskRequest.Builder,StartSingleWirelessDeviceImportTaskRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
destinationName
StartSingleWirelessDeviceImportTaskRequest.Builder destinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.
- Parameters:
destinationName- The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartSingleWirelessDeviceImportTaskRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
StartSingleWirelessDeviceImportTaskRequest.Builder deviceName(String deviceName)
The name of the wireless device for which an import task is being started.
- Parameters:
deviceName- The name of the wireless device for which an import task is being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartSingleWirelessDeviceImportTaskRequest.Builder tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartSingleWirelessDeviceImportTaskRequest.Builder tags(Tag... tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartSingleWirelessDeviceImportTaskRequest.Builder tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
sidewalk
StartSingleWirelessDeviceImportTaskRequest.Builder sidewalk(SidewalkSingleStartImportInfo sidewalk)
The Sidewalk-related parameters for importing a single wireless device.
- Parameters:
sidewalk- The Sidewalk-related parameters for importing a single wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
default StartSingleWirelessDeviceImportTaskRequest.Builder sidewalk(Consumer<SidewalkSingleStartImportInfo.Builder> sidewalk)
The Sidewalk-related parameters for importing a single wireless device.
This is a convenience method that creates an instance of theSidewalkSingleStartImportInfo.Builderavoiding the need to create one manually viaSidewalkSingleStartImportInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkSingleStartImportInfo).- Parameters:
sidewalk- a consumer that will call methods onSidewalkSingleStartImportInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkSingleStartImportInfo)
-
overrideConfiguration
StartSingleWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartSingleWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-