Interface CreateDevEnvironmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCatalystResponse.Builder
,CopyableBuilder<CreateDevEnvironmentResponse.Builder,
,CreateDevEnvironmentResponse> SdkBuilder<CreateDevEnvironmentResponse.Builder,
,CreateDevEnvironmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDevEnvironmentResponse
@Mutable
@NotThreadSafe
public static interface CreateDevEnvironmentResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateDevEnvironmentResponse.Builder,CreateDevEnvironmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe system-generated unique ID of the Dev Environment.projectName
(String projectName) The name of the project in the space.The name of the space.vpcConnectionName
(String vpcConnectionName) The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
spaceName
The name of the space.
- Parameters:
spaceName
- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
The name of the project in the space.
- Parameters:
projectName
- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The system-generated unique ID of the Dev Environment.
- Parameters:
id
- The system-generated unique ID of the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionName
The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
- Parameters:
vpcConnectionName
- The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-