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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartWirelessDeviceImportTaskRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.StartWirelessDeviceImportTaskRequest.BuilderdestinationName(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWirelessDeviceImportTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartWirelessDeviceImportTaskRequest.Buildersidewalk(Consumer<SidewalkStartImportInfo.Builder> sidewalk)The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.StartWirelessDeviceImportTaskRequest.Buildersidewalk(SidewalkStartImportInfo sidewalk)The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.StartWirelessDeviceImportTaskRequest.Buildertags(Collection<Tag> tags)Sets the value of the Tags property for this object.StartWirelessDeviceImportTaskRequest.Buildertags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.StartWirelessDeviceImportTaskRequest.Buildertags(Tag... tags)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 Detail
-
destinationName
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.
- 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
StartWirelessDeviceImportTaskRequest.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.
-
tags
StartWirelessDeviceImportTaskRequest.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
StartWirelessDeviceImportTaskRequest.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
StartWirelessDeviceImportTaskRequest.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
StartWirelessDeviceImportTaskRequest.Builder sidewalk(SidewalkStartImportInfo 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.Builderavoiding the need to create one manually viaSidewalkStartImportInfo.builder().When the
Consumercompletes,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:
sidewalk(SidewalkStartImportInfo)
-
overrideConfiguration
StartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-