| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance |
ServiceInstance.clone() |
ServiceInstance |
UpdateServiceInstanceResult.getServiceInstance()
The service instance summary data that's returned by Proton.
|
ServiceInstance |
CreateServiceInstanceResult.getServiceInstance()
The detailed data of the service instance being created.
|
ServiceInstance |
CancelServiceInstanceDeploymentResult.getServiceInstance()
The service instance summary data that's returned by Proton.
|
ServiceInstance |
GetServiceInstanceResult.getServiceInstance()
The detailed data of the requested service instance.
|
ServiceInstance |
ServiceInstance.withArn(String arn)
The Amazon Resource Name (ARN) of the service instance.
|
ServiceInstance |
ServiceInstance.withCreatedAt(Date createdAt)
The time when the service instance was created.
|
ServiceInstance |
ServiceInstance.withDeploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
ServiceInstance |
ServiceInstance.withDeploymentStatus(String deploymentStatus)
The service instance deployment status.
|
ServiceInstance |
ServiceInstance.withDeploymentStatusMessage(String deploymentStatusMessage)
The message associated with the service instance deployment status.
|
ServiceInstance |
ServiceInstance.withEnvironmentName(String environmentName)
The name of the environment that the service instance was deployed into.
|
ServiceInstance |
ServiceInstance.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service instance.
|
ServiceInstance |
ServiceInstance.withLastClientRequestToken(String lastClientRequestToken)
The last client request token received.
|
ServiceInstance |
ServiceInstance.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the service instance was last attempted.
|
ServiceInstance |
ServiceInstance.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the service instance was last deployed successfully.
|
ServiceInstance |
ServiceInstance.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service instance.
|
ServiceInstance |
ServiceInstance.withName(String name)
The name of the service instance.
|
ServiceInstance |
ServiceInstance.withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
ServiceInstance |
ServiceInstance.withSpec(String spec)
The service spec that was used to create the service instance.
|
ServiceInstance |
ServiceInstance.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service instance.
|
ServiceInstance |
ServiceInstance.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service instance.
|
ServiceInstance |
ServiceInstance.withTemplateName(String templateName)
The name of the service template that was used to create the service instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceInstanceResult.setServiceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
void |
CreateServiceInstanceResult.setServiceInstance(ServiceInstance serviceInstance)
The detailed data of the service instance being created.
|
void |
CancelServiceInstanceDeploymentResult.setServiceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
void |
GetServiceInstanceResult.setServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
UpdateServiceInstanceResult |
UpdateServiceInstanceResult.withServiceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
CreateServiceInstanceResult |
CreateServiceInstanceResult.withServiceInstance(ServiceInstance serviceInstance)
The detailed data of the service instance being created.
|
CancelServiceInstanceDeploymentResult |
CancelServiceInstanceDeploymentResult.withServiceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
GetServiceInstanceResult |
GetServiceInstanceResult.withServiceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
Copyright © 2024. All rights reserved.