Interface StopDevEnvironmentSessionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeCatalystResponse.Builder,- CopyableBuilder<StopDevEnvironmentSessionResponse.Builder,,- StopDevEnvironmentSessionResponse> - SdkBuilder<StopDevEnvironmentSessionResponse.Builder,,- StopDevEnvironmentSessionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StopDevEnvironmentSessionResponse
@Mutable
@NotThreadSafe
public static interface StopDevEnvironmentSessionResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StopDevEnvironmentSessionResponse.Builder,StopDevEnvironmentSessionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe system-generated unique ID of the Dev Environment.projectName(String projectName) The name of the project in the space.The system-generated unique ID of the Dev Environment session.The name of the space.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
spaceNameThe 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.
 
- 
projectNameThe 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.
 
- 
idThe 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.
 
- 
sessionIdThe system-generated unique ID of the Dev Environment session. - Parameters:
- sessionId- The system-generated unique ID of the Dev Environment session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-