Interface StopDevEnvironmentSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<StopDevEnvironmentSessionResponse.Builder,StopDevEnvironmentSessionResponse>,SdkBuilder<StopDevEnvironmentSessionResponse.Builder,StopDevEnvironmentSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopDevEnvironmentSessionResponse
public static interface StopDevEnvironmentSessionResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StopDevEnvironmentSessionResponse.Builder,StopDevEnvironmentSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDevEnvironmentSessionResponse.Builderid(String id)The system-generated unique ID of the Dev Environment.StopDevEnvironmentSessionResponse.BuilderprojectName(String projectName)The name of the project in the space.StopDevEnvironmentSessionResponse.BuildersessionId(String sessionId)The system-generated unique ID of the Dev Environment session.StopDevEnvironmentSessionResponse.BuilderspaceName(String spaceName)The name of the space.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
spaceName
StopDevEnvironmentSessionResponse.Builder spaceName(String 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
StopDevEnvironmentSessionResponse.Builder projectName(String 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
StopDevEnvironmentSessionResponse.Builder id(String 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.
-
sessionId
StopDevEnvironmentSessionResponse.Builder sessionId(String sessionId)
The 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.
-
-