| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentState |
ComponentState.clone() |
ComponentState |
DeploymentState.getComponent()
The state of the component associated with the deployment.
|
ComponentState |
ComponentState.withServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentState |
ComponentState.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
ComponentState |
ComponentState.withServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
ComponentState |
ComponentState.withTemplateFile(String templateFile)
The template file used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentState.setComponent(ComponentState component)
The state of the component associated with the deployment.
|
DeploymentState |
DeploymentState.withComponent(ComponentState component)
The state of the component associated with the deployment.
|
Copyright © 2025. All rights reserved.