public static interface DescribeEnvironmentStatusResponse.Builder extends Cloud9Response.Builder, CopyableBuilder<DescribeEnvironmentStatusResponse.Builder,DescribeEnvironmentStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentStatusResponse.Builder |
message(String message)
Any informational message about the status of the environment.
|
DescribeEnvironmentStatusResponse.Builder |
status(EnvironmentStatus status)
The status of the environment.
|
DescribeEnvironmentStatusResponse.Builder |
status(String status)
The status of the environment.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeEnvironmentStatusResponse.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.
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.
EnvironmentStatus,
EnvironmentStatusDescribeEnvironmentStatusResponse.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.
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.
EnvironmentStatus,
EnvironmentStatusDescribeEnvironmentStatusResponse.Builder message(String message)
Any informational message about the status of the environment.
message - Any informational message about the status of the environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.