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