Uses of Interface
software.amazon.awssdk.services.cloud9.model.EnvironmentLifecycle.Builder
-
Packages that use EnvironmentLifecycle.Builder Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of EnvironmentLifecycle.Builder in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return EnvironmentLifecycle.Builder Modifier and Type Method Description static EnvironmentLifecycle.BuilderEnvironmentLifecycle. builder()EnvironmentLifecycle.BuilderEnvironmentLifecycle.Builder. failureResource(String failureResource)If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.EnvironmentLifecycle.BuilderEnvironmentLifecycle.Builder. reason(String reason)Any informational message about the lifecycle state of the environment.EnvironmentLifecycle.BuilderEnvironmentLifecycle.Builder. status(String status)The current creation or deletion lifecycle state of the environment.EnvironmentLifecycle.BuilderEnvironmentLifecycle.Builder. status(EnvironmentLifecycleStatus status)The current creation or deletion lifecycle state of the environment.EnvironmentLifecycle.BuilderEnvironmentLifecycle. toBuilder()Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type EnvironmentLifecycle.Builder Modifier and Type Method Description static Class<? extends EnvironmentLifecycle.Builder>EnvironmentLifecycle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloud9.model with type arguments of type EnvironmentLifecycle.Builder Modifier and Type Method Description default Environment.BuilderEnvironment.Builder. lifecycle(Consumer<EnvironmentLifecycle.Builder> lifecycle)The state of the environment in its creation or deletion lifecycle.
-