public static interface AssociateDeviceWithPlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>
Modifier and Type | Method and Description |
---|---|
AssociateDeviceWithPlacementRequest.Builder |
deviceId(String deviceId)
The ID of the physical device to be associated with the given placement in the project.
|
AssociateDeviceWithPlacementRequest.Builder |
deviceTemplateName(String deviceTemplateName)
The device template name to associate with the device ID.
|
AssociateDeviceWithPlacementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateDeviceWithPlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDeviceWithPlacementRequest.Builder |
placementName(String placementName)
The name of the placement in which to associate the device.
|
AssociateDeviceWithPlacementRequest.Builder |
projectName(String projectName)
The name of the project containing the placement in which to associate the device.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateDeviceWithPlacementRequest.Builder projectName(String projectName)
The name of the project containing the placement in which to associate the device.
projectName
- The name of the project containing the placement in which to associate the device.AssociateDeviceWithPlacementRequest.Builder placementName(String placementName)
The name of the placement in which to associate the device.
placementName
- The name of the placement in which to associate the device.AssociateDeviceWithPlacementRequest.Builder deviceId(String deviceId)
The ID of the physical device to be associated with the given placement in the project. Note that a mandatory
4 character prefix is required for all deviceId
values.
deviceId
- The ID of the physical device to be associated with the given placement in the project. Note that a
mandatory 4 character prefix is required for all deviceId
values.AssociateDeviceWithPlacementRequest.Builder deviceTemplateName(String deviceTemplateName)
The device template name to associate with the device ID.
deviceTemplateName
- The device template name to associate with the device ID.AssociateDeviceWithPlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateDeviceWithPlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.