public static interface AssociateEntityToThingRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<AssociateEntityToThingRequest.Builder,AssociateEntityToThingRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateEntityToThingRequest.Builder |
entityId(String entityId)
The ID of the device to be associated with the thing.
|
AssociateEntityToThingRequest.Builder |
namespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
AssociateEntityToThingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateEntityToThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateEntityToThingRequest.Builder |
thingName(String thingName)
The name of the thing to which the entity is to be associated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateEntityToThingRequest.Builder thingName(String thingName)
The name of the thing to which the entity is to be associated.
thingName - The name of the thing to which the entity is to be associated.AssociateEntityToThingRequest.Builder entityId(String entityId)
The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
entityId - The ID of the device to be associated with the thing.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
AssociateEntityToThingRequest.Builder namespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.AssociateEntityToThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateEntityToThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.