Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.FilterByEntity.Builder
-
Packages that use FilterByEntity.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of FilterByEntity.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return FilterByEntity.Builder Modifier and Type Method Description static FilterByEntity.BuilderFilterByEntity. builder()FilterByEntity.BuilderFilterByEntity.Builder. entityId(String entityId)The entity Id.FilterByEntity.BuilderFilterByEntity. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type FilterByEntity.Builder Modifier and Type Method Description static Class<? extends FilterByEntity.Builder>FilterByEntity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type FilterByEntity.Builder Modifier and Type Method Description default IotTwinMakerSourceConfigurationFilter.BuilderIotTwinMakerSourceConfigurationFilter.Builder. filterByEntity(Consumer<FilterByEntity.Builder> filterByEntity)Filter by entity.static IotTwinMakerSourceConfigurationFilterIotTwinMakerSourceConfigurationFilter. fromFilterByEntity(Consumer<FilterByEntity.Builder> filterByEntity)Create an instance of this class withIotTwinMakerSourceConfigurationFilter.filterByEntity()initialized to the given value.
-