public static interface StartDevEnvironmentSessionResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StartDevEnvironmentSessionResponse.Builder,StartDevEnvironmentSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartDevEnvironmentSessionResponse.Builder |
accessDetails(Consumer<DevEnvironmentAccessDetails.Builder> accessDetails)
Sets the value of the AccessDetails property for this object.
|
StartDevEnvironmentSessionResponse.Builder |
accessDetails(DevEnvironmentAccessDetails accessDetails)
Sets the value of the AccessDetails property for this object.
|
StartDevEnvironmentSessionResponse.Builder |
id(String id)
The system-generated unique ID of the Dev Environment.
|
StartDevEnvironmentSessionResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
StartDevEnvironmentSessionResponse.Builder |
sessionId(String sessionId)
The system-generated unique ID of the Dev Environment session.
|
StartDevEnvironmentSessionResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDevEnvironmentSessionResponse.Builder accessDetails(DevEnvironmentAccessDetails accessDetails)
accessDetails - The new value for the AccessDetails property for this object.default StartDevEnvironmentSessionResponse.Builder accessDetails(Consumer<DevEnvironmentAccessDetails.Builder> accessDetails)
DevEnvironmentAccessDetails.Builder
avoiding the need to create one manually via DevEnvironmentAccessDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to accessDetails(DevEnvironmentAccessDetails).
accessDetails - a consumer that will call methods on DevEnvironmentAccessDetails.BuilderaccessDetails(DevEnvironmentAccessDetails)StartDevEnvironmentSessionResponse.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.StartDevEnvironmentSessionResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.StartDevEnvironmentSessionResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.StartDevEnvironmentSessionResponse.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.