| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.clone() |
Component |
UpdateComponentResult.getComponent()
The detailed data of the updated component.
|
Component |
GetComponentResult.getComponent()
The detailed data of the requested component.
|
Component |
CreateComponentResult.getComponent()
The detailed data of the created component.
|
Component |
CancelComponentDeploymentResult.getComponent()
The detailed data of the component with the deployment that is being canceled.
|
Component |
DeleteComponentResult.getComponent()
The detailed data of the component being deleted.
|
Component |
Component.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
Component |
Component.withCreatedAt(Date createdAt)
The time when the component was created.
|
Component |
Component.withDeploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
Component |
Component.withDeploymentStatus(String deploymentStatus)
The component deployment status.
|
Component |
Component.withDeploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
|
Component |
Component.withDescription(String description)
A description of the component.
|
Component |
Component.withEnvironmentName(String environmentName)
The name of the Proton environment that this component is associated with.
|
Component |
Component.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
|
Component |
Component.withLastClientRequestToken(String lastClientRequestToken)
The last token the client requested.
|
Component |
Component.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
|
Component |
Component.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
|
Component |
Component.withLastModifiedAt(Date lastModifiedAt)
The time when the component was last modified.
|
Component |
Component.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
|
Component |
Component.withName(String name)
The name of the component.
|
Component |
Component.withServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
Component |
Component.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
Component |
Component.withServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateComponentResult.setComponent(Component component)
The detailed data of the updated component.
|
void |
GetComponentResult.setComponent(Component component)
The detailed data of the requested component.
|
void |
CreateComponentResult.setComponent(Component component)
The detailed data of the created component.
|
void |
CancelComponentDeploymentResult.setComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
|
void |
DeleteComponentResult.setComponent(Component component)
The detailed data of the component being deleted.
|
UpdateComponentResult |
UpdateComponentResult.withComponent(Component component)
The detailed data of the updated component.
|
GetComponentResult |
GetComponentResult.withComponent(Component component)
The detailed data of the requested component.
|
CreateComponentResult |
CreateComponentResult.withComponent(Component component)
The detailed data of the created component.
|
CancelComponentDeploymentResult |
CancelComponentDeploymentResult.withComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
|
DeleteComponentResult |
DeleteComponentResult.withComponent(Component component)
The detailed data of the component being deleted.
|
Copyright © 2023. All rights reserved.