Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.StartDevEnvironmentResponse.Builder
-
Packages that use StartDevEnvironmentResponse.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of StartDevEnvironmentResponse.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return StartDevEnvironmentResponse.Builder Modifier and Type Method Description static StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse. builder()StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. id(String id)The system-generated unique ID of the Dev Environment.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. projectName(String projectName)The name of the project in the space.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. spaceName(String spaceName)The name of the space.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. status(String status)The status of the Dev Environment.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. status(DevEnvironmentStatus status)The status of the Dev Environment.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type StartDevEnvironmentResponse.Builder Modifier and Type Method Description static Class<? extends StartDevEnvironmentResponse.Builder>StartDevEnvironmentResponse. serializableBuilderClass()
-