Interface StartWirelessDeviceImportTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartWirelessDeviceImportTaskRequest.Builder,
,StartWirelessDeviceImportTaskRequest> IotWirelessRequest.Builder
,SdkBuilder<StartWirelessDeviceImportTaskRequest.Builder,
,StartWirelessDeviceImportTaskRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartWirelessDeviceImportTaskRequest
public static interface StartWirelessDeviceImportTaskRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<StartWirelessDeviceImportTaskRequest.Builder,StartWirelessDeviceImportTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sidewalk
(Consumer<SidewalkStartImportInfo.Builder> sidewalk) The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.sidewalk
(SidewalkStartImportInfo sidewalk) The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.tags
(Collection<Tag> tags) Sets the value of the Tags property for this object.tags
(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.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 Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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
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
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
sidewalk
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
- Parameters:
sidewalk
- The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
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 viaSidewalkStartImportInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosidewalk(SidewalkStartImportInfo)
.- Parameters:
sidewalk
- a consumer that will call methods onSidewalkStartImportInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-