public static interface DescribeDeviceResponse.Builder extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeviceResponse.Builder,DescribeDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDeviceResponse.Builder |
deviceDescription(Consumer<DeviceDescription.Builder> deviceDescription)
Device details.
|
DescribeDeviceResponse.Builder |
deviceDescription(DeviceDescription deviceDescription)
Device details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeDeviceResponse.Builder deviceDescription(DeviceDescription deviceDescription)
Device details.
deviceDescription - Device details.default DescribeDeviceResponse.Builder deviceDescription(Consumer<DeviceDescription.Builder> deviceDescription)
Device details.
This is a convenience that creates an instance of theDeviceDescription.Builder avoiding the need to
create one manually via DeviceDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceDescription(DeviceDescription).deviceDescription - a consumer that will call methods on DeviceDescription.BuilderdeviceDescription(DeviceDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.