public static interface SearchEntitiesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchEntitiesRequest.Builder,SearchEntitiesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchEntitiesRequest.Builder entityTypesWithStrings(Collection<String> entityTypes)
The entity types for which to search.
entityTypes - The entity types for which to search.SearchEntitiesRequest.Builder entityTypesWithStrings(String... entityTypes)
The entity types for which to search.
entityTypes - The entity types for which to search.SearchEntitiesRequest.Builder entityTypes(Collection<EntityType> entityTypes)
The entity types for which to search.
entityTypes - The entity types for which to search.SearchEntitiesRequest.Builder entityTypes(EntityType... entityTypes)
The entity types for which to search.
entityTypes - The entity types for which to search.SearchEntitiesRequest.Builder filters(Collection<EntityFilter> filters)
Optional filter to apply to the search. Valid filters are NAME NAMESPACE,
SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a
property that is used in a state.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters - Optional filter to apply to the search. Valid filters are NAME NAMESPACE,
SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID.
REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set.
For example, you can filter on the ID of a property that is used in a state.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
SearchEntitiesRequest.Builder filters(EntityFilter... filters)
Optional filter to apply to the search. Valid filters are NAME NAMESPACE,
SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a
property that is used in a state.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters - Optional filter to apply to the search. Valid filters are NAME NAMESPACE,
SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID.
REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set.
For example, you can filter on the ID of a property that is used in a state.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
SearchEntitiesRequest.Builder filters(Consumer<EntityFilter.Builder>... filters)
Optional filter to apply to the search. Valid filters are NAME NAMESPACE,
SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID
filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a
property that is used in a state.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
This is a convenience method that creates an instance of theEntityFilter.Builder avoiding the need to create
one manually via EntityFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
EntityFilter.Builder#filters(java.util.Collection) SearchEntitiesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken - The string that specifies the next page of results. Use this when you're paginating results.SearchEntitiesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.SearchEntitiesRequest.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.SearchEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.