public static interface DescribeEnvironmentStatusResponse.Builder extends Cloud9Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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
,
EnvironmentStatus
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.
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
,
EnvironmentStatus
DescribeEnvironmentStatusResponse.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.