Interface StopDevEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<StopDevEnvironmentResponse.Builder,StopDevEnvironmentResponse>,SdkBuilder<StopDevEnvironmentResponse.Builder,StopDevEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopDevEnvironmentResponse
public static interface StopDevEnvironmentResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StopDevEnvironmentResponse.Builder,StopDevEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDevEnvironmentResponse.Builderid(String id)The system-generated unique ID of the Dev Environment.StopDevEnvironmentResponse.BuilderprojectName(String projectName)The name of the project in the space.StopDevEnvironmentResponse.BuilderspaceName(String spaceName)The name of the space.StopDevEnvironmentResponse.Builderstatus(String status)The status of the Dev Environment.StopDevEnvironmentResponse.Builderstatus(DevEnvironmentStatus status)The status of the Dev Environment.-
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
StopDevEnvironmentResponse.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
StopDevEnvironmentResponse.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
StopDevEnvironmentResponse.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.
-
status
StopDevEnvironmentResponse.Builder status(String status)
The status of the Dev Environment.
- Parameters:
status- The status of the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DevEnvironmentStatus,DevEnvironmentStatus
-
status
StopDevEnvironmentResponse.Builder status(DevEnvironmentStatus status)
The status of the Dev Environment.
- Parameters:
status- The status of the Dev Environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DevEnvironmentStatus,DevEnvironmentStatus
-
-