| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.fromComponent(ComponentState component)
Create an instance of this class with
component() initialized to the given value. |
static DeploymentState |
DeploymentState.fromComponent(Consumer<ComponentState.Builder> component)
Create an instance of this class with
component() initialized to the given value. |
static DeploymentState |
DeploymentState.fromEnvironment(Consumer<EnvironmentState.Builder> environment)
Create an instance of this class with
environment() initialized to the given value. |
static DeploymentState |
DeploymentState.fromEnvironment(EnvironmentState environment)
Create an instance of this class with
environment() initialized to the given value. |
static DeploymentState |
DeploymentState.fromServiceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
Create an instance of this class with
serviceInstance() initialized to the given value. |
static DeploymentState |
DeploymentState.fromServiceInstance(ServiceInstanceState serviceInstance)
Create an instance of this class with
serviceInstance() initialized to the given value. |
static DeploymentState |
DeploymentState.fromServicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline)
Create an instance of this class with
servicePipeline() initialized to the given value. |
static DeploymentState |
DeploymentState.fromServicePipeline(ServicePipelineState servicePipeline)
Create an instance of this class with
servicePipeline() initialized to the given value. |
DeploymentState |
Deployment.initialState()
The initial state of the target resource at the time of the deployment.
|
DeploymentState |
Deployment.targetState()
The target state of the target resource at the time of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
Deployment.Builder.initialState(DeploymentState initialState)
The initial state of the target resource at the time of the deployment.
|
Deployment.Builder |
Deployment.Builder.targetState(DeploymentState targetState)
The target state of the target resource at the time of the deployment.
|
Copyright © 2023. All rights reserved.