public static interface DisassociateDeviceFromPlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateDeviceFromPlacementRequest.Builder |
deviceTemplateName(String deviceTemplateName)
The device ID that should be removed from the placement.
|
DisassociateDeviceFromPlacementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateDeviceFromPlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateDeviceFromPlacementRequest.Builder |
placementName(String placementName)
The name of the placement that the device should be removed from.
|
DisassociateDeviceFromPlacementRequest.Builder |
projectName(String projectName)
The name of the project that contains the placement.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateDeviceFromPlacementRequest.Builder projectName(String projectName)
The name of the project that contains the placement.
projectName - The name of the project that contains the placement.DisassociateDeviceFromPlacementRequest.Builder placementName(String placementName)
The name of the placement that the device should be removed from.
placementName - The name of the placement that the device should be removed from.DisassociateDeviceFromPlacementRequest.Builder deviceTemplateName(String deviceTemplateName)
The device ID that should be removed from the placement.
deviceTemplateName - The device ID that should be removed from the placement.DisassociateDeviceFromPlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateDeviceFromPlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.