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)
Add an optional request override configuration.
|
DisassociateDeviceFromPlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
DisassociateDeviceFromPlacementRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisassociateDeviceFromPlacementRequest.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.