Interface CreateWirelessDeviceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateWirelessDeviceRequest.Builder,,- CreateWirelessDeviceRequest> - IotWirelessRequest.Builder,- SdkBuilder<CreateWirelessDeviceRequest.Builder,,- CreateWirelessDeviceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateWirelessDeviceRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) Each resource must have a unique client request token.description(String description) The description of the new resource.destinationName(String destinationName) The name of the destination to assign to the new wireless device.loRaWAN(Consumer<LoRaWANDevice.Builder> loRaWAN) The device configuration information to use to create the wireless device.loRaWAN(LoRaWANDevice loRaWAN) The device configuration information to use to create the wireless device.The name of the new resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.positioning(String positioning) FPort values for the GNSS, stream, and ClockSync functions of the positioning information.positioning(PositioningConfigStatus positioning) FPort values for the GNSS, stream, and ClockSync functions of the positioning information.sidewalk(Consumer<SidewalkCreateWirelessDevice.Builder> sidewalk) The device configuration information to use to create the Sidewalk device.sidewalk(SidewalkCreateWirelessDevice sidewalk) The device configuration information to use to create the Sidewalk device.tags(Collection<Tag> tags) The tags to attach to the new wireless device.tags(Consumer<Tag.Builder>... tags) The tags to attach to the new wireless device.The tags to attach to the new wireless device.The wireless device type.type(WirelessDeviceType type) The wireless device type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe wireless device type. - Parameters:
- type- The wireless device type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe wireless device type. - Parameters:
- type- The wireless device type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the new resource. The following special characters aren't accepted: <>^#~$- Parameters:
- name- The name of the new resource.- The following special characters aren't accepted: - <>^#~$
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the new resource. - Parameters:
- description- The description of the new resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationNameThe name of the destination to assign to the new wireless device. - Parameters:
- destinationName- The name of the destination to assign to the new wireless device.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientRequestTokenEach resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests. - Parameters:
- clientRequestToken- Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loRaWANThe device configuration information to use to create the wireless device. - Parameters:
- loRaWAN- The device configuration information to use to create the wireless device.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loRaWANThe device configuration information to use to create the wireless device. This is a convenience method that creates an instance of theLoRaWANDevice.Builderavoiding the need to create one manually viaLoRaWANDevice.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANDevice).- Parameters:
- loRaWAN- a consumer that will call methods on- LoRaWANDevice.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsThe tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource. - Parameters:
- tags- The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource. - Parameters:
- tags- The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource. 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
positioningFPort values for the GNSS, stream, and ClockSync functions of the positioning information. - Parameters:
- positioning- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
positioningFPort values for the GNSS, stream, and ClockSync functions of the positioning information. - Parameters:
- positioning- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sidewalkThe device configuration information to use to create the Sidewalk device. - Parameters:
- sidewalk- The device configuration information to use to create the Sidewalk device.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sidewalkdefault CreateWirelessDeviceRequest.Builder sidewalk(Consumer<SidewalkCreateWirelessDevice.Builder> sidewalk) The device configuration information to use to create the Sidewalk device. This is a convenience method that creates an instance of theSidewalkCreateWirelessDevice.Builderavoiding the need to create one manually viaSidewalkCreateWirelessDevice.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkCreateWirelessDevice).- Parameters:
- sidewalk- a consumer that will call methods on- SidewalkCreateWirelessDevice.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateWirelessDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateWirelessDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-