public static interface GetEntitiesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetEntitiesRequest.Builder,GetEntitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEntitiesRequest.Builder |
ids(Collection<String> ids)
An array of entity IDs.
|
GetEntitiesRequest.Builder |
ids(String... ids)
An array of entity IDs.
|
GetEntitiesRequest.Builder |
namespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
GetEntitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEntitiesRequest.Builder ids(Collection<String> ids)
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
ids - An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
GetEntitiesRequest.Builder ids(String... ids)
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
ids - An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
GetEntitiesRequest.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.GetEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.