| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState.Builder |
DeploymentState.builder() |
DeploymentState.Builder |
DeploymentState.Builder.component(ComponentState component)
The state of the component associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.component(Consumer<ComponentState.Builder> component)
The state of the component associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.environment(Consumer<EnvironmentState.Builder> environment)
The state of the environment associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.environment(EnvironmentState environment)
The state of the environment associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.serviceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
The state of the service instance associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.serviceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.servicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline)
The state of the service pipeline associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.servicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentState.Builder> |
DeploymentState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Deployment.Builder |
Deployment.Builder.initialState(Consumer<DeploymentState.Builder> initialState)
The initial state of the target resource at the time of the deployment.
|
default Deployment.Builder |
Deployment.Builder.targetState(Consumer<DeploymentState.Builder> targetState)
The target state of the target resource at the time of the deployment.
|
Copyright © 2023. All rights reserved.