| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentState.Builder |
EnvironmentState.builder() |
EnvironmentState.Builder |
EnvironmentState.Builder.spec(String spec)
The environment spec that was used to create the environment.
|
EnvironmentState.Builder |
EnvironmentState.Builder.templateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
EnvironmentState.Builder.templateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
EnvironmentState.Builder.templateName(String templateName)
The name of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
EnvironmentState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentState.Builder> |
EnvironmentState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentState.Builder |
DeploymentState.Builder.environment(Consumer<EnvironmentState.Builder> environment)
The state of the environment associated with the deployment.
|
static DeploymentState |
DeploymentState.fromEnvironment(Consumer<EnvironmentState.Builder> environment)
Create an instance of this class with
DeploymentState.environment() initialized to the given value. |
Copyright © 2023. All rights reserved.