Interface DescribeEnvironmentStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,Cloud9Response.Builder,CopyableBuilder<DescribeEnvironmentStatusResponse.Builder,DescribeEnvironmentStatusResponse>,SdkBuilder<DescribeEnvironmentStatusResponse.Builder,DescribeEnvironmentStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEnvironmentStatusResponse
public static interface DescribeEnvironmentStatusResponse.Builder extends Cloud9Response.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentStatusResponse.Builder,DescribeEnvironmentStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEnvironmentStatusResponse.Buildermessage(String message)Any informational message about the status of the environment.DescribeEnvironmentStatusResponse.Builderstatus(String status)The status of the environment.DescribeEnvironmentStatusResponse.Builderstatus(EnvironmentStatus status)The status of the environment.-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Response.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
-
status
DescribeEnvironmentStatusResponse.Builder status(String status)
The status of the environment. Available values include:
-
connecting: The environment is connecting. -
creating: The environment is being created. -
deleting: The environment is being deleted. -
error: The environment is in an error state. -
ready: The environment is ready. -
stopped: The environment is stopped. -
stopping: The environment is stopping.
- Parameters:
status- The status of the environment. Available values include:-
connecting: The environment is connecting. -
creating: The environment is being created. -
deleting: The environment is being deleted. -
error: The environment is in an error state. -
ready: The environment is ready. -
stopped: The environment is stopped. -
stopping: The environment is stopping.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
-
status
DescribeEnvironmentStatusResponse.Builder status(EnvironmentStatus status)
The status of the environment. Available values include:
-
connecting: The environment is connecting. -
creating: The environment is being created. -
deleting: The environment is being deleted. -
error: The environment is in an error state. -
ready: The environment is ready. -
stopped: The environment is stopped. -
stopping: The environment is stopping.
- Parameters:
status- The status of the environment. Available values include:-
connecting: The environment is connecting. -
creating: The environment is being created. -
deleting: The environment is being deleted. -
error: The environment is in an error state. -
ready: The environment is ready. -
stopped: The environment is stopped. -
stopping: The environment is stopping.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
-
message
DescribeEnvironmentStatusResponse.Builder message(String message)
Any informational message about the status of the environment.
- Parameters:
message- Any informational message about the status of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-