| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.builder() |
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.Builder.devEnvironmentId(String devEnvironmentId)
The system-generated unique ID of the Dev Environment.
|
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.Builder.id(String id)
The system-generated unique ID of the Dev Environment session.
|
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.Builder.projectName(String projectName)
The name of the project in the space.
|
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.Builder.spaceName(String spaceName)
The name of the space.
|
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.Builder.startedTime(Instant startedTime)
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in
RFC 3339
|
DevEnvironmentSessionSummary.Builder |
DevEnvironmentSessionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DevEnvironmentSessionSummary.Builder> |
DevEnvironmentSessionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.