Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ProjectResource.Builder
-
Packages that use ProjectResource.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ProjectResource.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ProjectResource.Builder Modifier and Type Method Description static ProjectResource.BuilderProjectResource. builder()ProjectResource.BuilderProjectResource.Builder. id(String id)The ID of the project.ProjectResource.BuilderProjectResource. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ProjectResource.Builder Modifier and Type Method Description static Class<? extends ProjectResource.Builder>ProjectResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ProjectResource.Builder Modifier and Type Method Description default Resource.BuilderResource.Builder. project(Consumer<ProjectResource.Builder> project)A project resource.
-