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