| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectInformation.Builder |
ProjectInformation.builder() |
ProjectInformation.Builder |
ProjectInformation.Builder.name(String name)
The name of the project in the space.
|
ProjectInformation.Builder |
ProjectInformation.Builder.projectId(String projectId)
The system-generated unique ID of the project.
|
ProjectInformation.Builder |
ProjectInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectInformation.Builder> |
ProjectInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventLogEntry.Builder |
EventLogEntry.Builder.projectInformation(Consumer<ProjectInformation.Builder> projectInformation)
Information about the project where the event occurred.
|
Copyright © 2023. All rights reserved.