Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ProjectInformation.Builder
-
Packages that use ProjectInformation.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ProjectInformation.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ProjectInformation.Builder Modifier and Type Method Description static ProjectInformation.BuilderProjectInformation. builder()ProjectInformation.BuilderProjectInformation.Builder. name(String name)The name of the project in the space.ProjectInformation.BuilderProjectInformation.Builder. projectId(String projectId)The system-generated unique ID of the project.ProjectInformation.BuilderProjectInformation. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ProjectInformation.Builder Modifier and Type Method Description static Class<? extends ProjectInformation.Builder>ProjectInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type ProjectInformation.Builder Modifier and Type Method Description default EventLogEntry.BuilderEventLogEntry.Builder. projectInformation(Consumer<ProjectInformation.Builder> projectInformation)Information about the project where the event occurred.
-