public static interface EnvironmentLifecycle.Builder extends SdkPojo, CopyableBuilder<EnvironmentLifecycle.Builder,EnvironmentLifecycle>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentLifecycle.Builder |
failureResource(String failureResource)
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services
resource.
|
EnvironmentLifecycle.Builder |
reason(String reason)
Any informational message about the lifecycle state of the environment.
|
EnvironmentLifecycle.Builder |
status(EnvironmentLifecycleStatus status)
The current creation or deletion lifecycle state of the environment.
|
EnvironmentLifecycle.Builder |
status(String status)
The current creation or deletion lifecycle state of the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentLifecycle.Builder status(String status)
The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
status - The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
EnvironmentLifecycleStatus,
EnvironmentLifecycleStatusEnvironmentLifecycle.Builder status(EnvironmentLifecycleStatus status)
The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
status - The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
EnvironmentLifecycleStatus,
EnvironmentLifecycleStatusEnvironmentLifecycle.Builder reason(String reason)
Any informational message about the lifecycle state of the environment.
reason - Any informational message about the lifecycle state of the environment.EnvironmentLifecycle.Builder failureResource(String failureResource)
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
failureResource - If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services
resource.Copyright © 2022. All rights reserved.