public static interface DevEnvironmentSessionSummary.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>
| Modifier and Type | Method and Description |
|---|---|
DevEnvironmentSessionSummary.Builder |
devEnvironmentId(String devEnvironmentId)
The system-generated unique ID of the Dev Environment.
|
DevEnvironmentSessionSummary.Builder |
id(String id)
The system-generated unique ID of the Dev Environment session.
|
DevEnvironmentSessionSummary.Builder |
projectName(String projectName)
The name of the project in the space.
|
DevEnvironmentSessionSummary.Builder |
spaceName(String spaceName)
The name of the space.
|
DevEnvironmentSessionSummary.Builder |
startedTime(Instant startedTime)
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in
RFC 3339
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDevEnvironmentSessionSummary.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.DevEnvironmentSessionSummary.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.DevEnvironmentSessionSummary.Builder devEnvironmentId(String devEnvironmentId)
The system-generated unique ID of the Dev Environment.
devEnvironmentId - The system-generated unique ID of the Dev Environment.DevEnvironmentSessionSummary.Builder startedTime(Instant startedTime)
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
startedTime - The date and time the session started, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339DevEnvironmentSessionSummary.Builder id(String id)
The system-generated unique ID of the Dev Environment session.
id - The system-generated unique ID of the Dev Environment session.Copyright © 2023. All rights reserved.