Interface AssociateEntityToThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateEntityToThingRequest.Builder,AssociateEntityToThingRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<AssociateEntityToThingRequest.Builder,AssociateEntityToThingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateEntityToThingRequest
public static interface AssociateEntityToThingRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<AssociateEntityToThingRequest.Builder,AssociateEntityToThingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateEntityToThingRequest.BuilderentityId(String entityId)The ID of the device to be associated with the thing.AssociateEntityToThingRequest.BuildernamespaceVersion(Long namespaceVersion)The version of the user's namespace.AssociateEntityToThingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEntityToThingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateEntityToThingRequest.BuilderthingName(String thingName)The name of the thing to which the entity is to be associated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
thingName
AssociateEntityToThingRequest.Builder thingName(String thingName)
The name of the thing to which the entity is to be associated.
- Parameters:
thingName- The name of the thing to which the entity is to be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceVersion
AssociateEntityToThingRequest.Builder namespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
- Parameters:
namespaceVersion- The version of the user's namespace. Defaults to the latest version of the user's namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateEntityToThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateEntityToThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-