Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.DependencyRevision.Builder
-
Packages that use DependencyRevision.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of DependencyRevision.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return DependencyRevision.Builder Modifier and Type Method Description static DependencyRevision.BuilderDependencyRevision. builder()DependencyRevision.BuilderDependencyRevision.Builder. id(String id)The ID of the workflow or system.DependencyRevision.BuilderDependencyRevision.Builder. revisionNumber(Long revisionNumber)The revision number of the workflow or system.DependencyRevision.BuilderDependencyRevision. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type DependencyRevision.Builder Modifier and Type Method Description static Class<? extends DependencyRevision.Builder>DependencyRevision. serializableBuilderClass()
-