public static interface DescribeThingResponse.Builder extends IotResponse.Builder, CopyableBuilder<DescribeThingResponse.Builder,DescribeThingResponse>
Modifier and Type | Method and Description |
---|---|
DescribeThingResponse.Builder |
attributes(Map<String,String> attributes)
The thing attributes.
|
DescribeThingResponse.Builder |
defaultClientId(String defaultClientId)
The default client ID.
|
DescribeThingResponse.Builder |
thingName(String thingName)
The name of the thing.
|
DescribeThingResponse.Builder |
thingTypeName(String thingTypeName)
The thing type name.
|
DescribeThingResponse.Builder |
version(Long version)
The current version of the thing record in the registry.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeThingResponse.Builder defaultClientId(String defaultClientId)
The default client ID.
defaultClientId
- The default client ID.DescribeThingResponse.Builder thingName(String thingName)
The name of the thing.
thingName
- The name of the thing.DescribeThingResponse.Builder thingTypeName(String thingTypeName)
The thing type name.
thingTypeName
- The thing type name.DescribeThingResponse.Builder attributes(Map<String,String> attributes)
The thing attributes.
attributes
- The thing attributes.DescribeThingResponse.Builder version(Long version)
The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in
the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
version
- The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version
information in the expectedVersion
parameter of the UpdateThing
and
DeleteThing
calls.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.