Interface GetDevicesInPlacementResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDevicesInPlacementResponse.Builder,GetDevicesInPlacementResponse>,Iot1ClickProjectsResponse.Builder,SdkBuilder<GetDevicesInPlacementResponse.Builder,GetDevicesInPlacementResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDevicesInPlacementResponse
public static interface GetDevicesInPlacementResponse.Builder extends Iot1ClickProjectsResponse.Builder, SdkPojo, CopyableBuilder<GetDevicesInPlacementResponse.Builder,GetDevicesInPlacementResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDevicesInPlacementResponse.Builderdevices(Map<String,String> devices)An object containing the devices (zero or more) within the placement.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot1clickprojects.model.Iot1ClickProjectsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
devices
GetDevicesInPlacementResponse.Builder devices(Map<String,String> devices)
An object containing the devices (zero or more) within the placement.
- Parameters:
devices- An object containing the devices (zero or more) within the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-