Interface CreateWirelessDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWirelessDeviceRequest.Builder,CreateWirelessDeviceRequest>,IotWirelessRequest.Builder,SdkBuilder<CreateWirelessDeviceRequest.Builder,CreateWirelessDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWirelessDeviceRequest
public static interface CreateWirelessDeviceRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateWirelessDeviceRequest.Builder,CreateWirelessDeviceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateWirelessDeviceRequest.BuilderclientRequestToken(String clientRequestToken)Each resource must have a unique client request token.CreateWirelessDeviceRequest.Builderdescription(String description)The description of the new resource.CreateWirelessDeviceRequest.BuilderdestinationName(String destinationName)The name of the destination to assign to the new wireless device.default CreateWirelessDeviceRequest.BuilderloRaWAN(Consumer<LoRaWANDevice.Builder> loRaWAN)The device configuration information to use to create the wireless device.CreateWirelessDeviceRequest.BuilderloRaWAN(LoRaWANDevice loRaWAN)The device configuration information to use to create the wireless device.CreateWirelessDeviceRequest.Buildername(String name)The name of the new resource.CreateWirelessDeviceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWirelessDeviceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWirelessDeviceRequest.Builderpositioning(String positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.CreateWirelessDeviceRequest.Builderpositioning(PositioningConfigStatus positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.default CreateWirelessDeviceRequest.Buildersidewalk(Consumer<SidewalkCreateWirelessDevice.Builder> sidewalk)The device configuration information to use to create the Sidewalk device.CreateWirelessDeviceRequest.Buildersidewalk(SidewalkCreateWirelessDevice sidewalk)The device configuration information to use to create the Sidewalk device.CreateWirelessDeviceRequest.Buildertags(Collection<Tag> tags)The tags to attach to the new wireless device.CreateWirelessDeviceRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to attach to the new wireless device.CreateWirelessDeviceRequest.Buildertags(Tag... tags)The tags to attach to the new wireless device.CreateWirelessDeviceRequest.Buildertype(String type)The wireless device type.CreateWirelessDeviceRequest.Buildertype(WirelessDeviceType type)The wireless device type.-
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
-
type
CreateWirelessDeviceRequest.Builder type(String type)
The 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:
WirelessDeviceType,WirelessDeviceType
-
type
CreateWirelessDeviceRequest.Builder type(WirelessDeviceType type)
The 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:
WirelessDeviceType,WirelessDeviceType
-
name
CreateWirelessDeviceRequest.Builder name(String name)
The name of the new resource.
- Parameters:
name- The name of the new resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateWirelessDeviceRequest.Builder description(String description)
The 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.
-
destinationName
CreateWirelessDeviceRequest.Builder destinationName(String destinationName)
The 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.
-
clientRequestToken
CreateWirelessDeviceRequest.Builder clientRequestToken(String 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.
- 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.
-
loRaWAN
CreateWirelessDeviceRequest.Builder loRaWAN(LoRaWANDevice loRaWAN)
The 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.
-
loRaWAN
default CreateWirelessDeviceRequest.Builder loRaWAN(Consumer<LoRaWANDevice.Builder> loRaWAN)
The 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 onLoRaWANDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANDevice)
-
tags
CreateWirelessDeviceRequest.Builder tags(Collection<Tag> tags)
The 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.
-
tags
CreateWirelessDeviceRequest.Builder tags(Tag... tags)
The 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.
-
tags
CreateWirelessDeviceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The 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 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)
-
positioning
CreateWirelessDeviceRequest.Builder positioning(String positioning)
FPort 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:
PositioningConfigStatus,PositioningConfigStatus
-
positioning
CreateWirelessDeviceRequest.Builder positioning(PositioningConfigStatus positioning)
FPort 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:
PositioningConfigStatus,PositioningConfigStatus
-
sidewalk
CreateWirelessDeviceRequest.Builder sidewalk(SidewalkCreateWirelessDevice sidewalk)
The 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.
-
sidewalk
default 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 onSidewalkCreateWirelessDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkCreateWirelessDevice)
-
overrideConfiguration
CreateWirelessDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWirelessDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-