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) |
AssociateDeviceWithPlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateDeviceWithPlacementRequest.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)
overrideConfiguration in interface AwsRequest.BuilderAssociateDeviceWithPlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.