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