Interface GetEntitiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEntitiesRequest.Builder,GetEntitiesRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<GetEntitiesRequest.Builder,GetEntitiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEntitiesRequest
public static interface GetEntitiesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetEntitiesRequest.Builder,GetEntitiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEntitiesRequest.Builderids(String... ids)An array of entity IDs.GetEntitiesRequest.Builderids(Collection<String> ids)An array of entity IDs.GetEntitiesRequest.BuildernamespaceVersion(Long namespaceVersion)The version of the user's namespace.GetEntitiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEntitiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
ids
GetEntitiesRequest.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- Parameters:
ids- An array of entity IDs.The IDs 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.
-
ids
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- Parameters:
ids- An array of entity IDs.The IDs 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
GetEntitiesRequest.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
GetEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-