Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.CreateDevEnvironmentResponse.Builder
-
Packages that use CreateDevEnvironmentResponse.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of CreateDevEnvironmentResponse.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return CreateDevEnvironmentResponse.Builder Modifier and Type Method Description static CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse. builder()CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse.Builder. id(String id)The system-generated unique ID of the Dev Environment.CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse.Builder. projectName(String projectName)The name of the project in the space.CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse.Builder. spaceName(String spaceName)The name of the space.CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse. toBuilder()CreateDevEnvironmentResponse.BuilderCreateDevEnvironmentResponse.Builder. vpcConnectionName(String vpcConnectionName)The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type CreateDevEnvironmentResponse.Builder Modifier and Type Method Description static Class<? extends CreateDevEnvironmentResponse.Builder>CreateDevEnvironmentResponse. serializableBuilderClass()
-