public static interface StopDevEnvironmentSessionResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StopDevEnvironmentSessionResponse.Builder,StopDevEnvironmentSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
StopDevEnvironmentSessionResponse.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
StopDevEnvironmentSessionResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
StopDevEnvironmentSessionResponse.Builder |
sessionId(String sessionId)
The system-generated unique ID of the Dev Environment session.
|
StopDevEnvironmentSessionResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopDevEnvironmentSessionResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.StopDevEnvironmentSessionResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.StopDevEnvironmentSessionResponse.Builder id(String id)
The system-generated unique ID of the Dev Environment.
id - The system-generated unique ID of the Dev Environment.StopDevEnvironmentSessionResponse.Builder sessionId(String sessionId)
The system-generated unique ID of the Dev Environment session.
sessionId - The system-generated unique ID of the Dev Environment session.Copyright © 2023. All rights reserved.