public static interface GetDevicesInPlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<GetDevicesInPlacementRequest.Builder,GetDevicesInPlacementRequest>
Modifier and Type | Method and Description |
---|---|
GetDevicesInPlacementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDevicesInPlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDevicesInPlacementRequest.Builder |
placementName(String placementName)
The name of the placement to get the devices from.
|
GetDevicesInPlacementRequest.Builder |
projectName(String projectName)
The name of the project containing the placement.
|
build
overrideConfiguration
copy
applyMutation, build
GetDevicesInPlacementRequest.Builder projectName(String projectName)
The name of the project containing the placement.
projectName
- The name of the project containing the placement.GetDevicesInPlacementRequest.Builder placementName(String placementName)
The name of the placement to get the devices from.
placementName
- The name of the placement to get the devices from.GetDevicesInPlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDevicesInPlacementRequest.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.