ServiceInstance.Builder |
ServiceInstance.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the service instance.
|
static ServiceInstance.Builder |
ServiceInstance.builder() |
|
ServiceInstance.Builder |
ServiceInstance.Builder.createdAt(Instant createdAt) |
The time when the service instance was created.
|
ServiceInstance.Builder |
ServiceInstance.Builder.deploymentStatus(String deploymentStatus) |
The service instance deployment status.
|
ServiceInstance.Builder |
ServiceInstance.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The service instance deployment status.
|
ServiceInstance.Builder |
ServiceInstance.Builder.deploymentStatusMessage(String deploymentStatusMessage) |
The message associated with the service instance deployment status.
|
ServiceInstance.Builder |
ServiceInstance.Builder.environmentName(String environmentName) |
The name of the environment that the service instance was deployed into.
|
ServiceInstance.Builder |
ServiceInstance.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId) |
The ID of the last attempted deployment of this service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.lastClientRequestToken(String lastClientRequestToken) |
The last client request token received.
|
ServiceInstance.Builder |
ServiceInstance.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt) |
The time when a deployment of the service instance was last attempted.
|
ServiceInstance.Builder |
ServiceInstance.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt) |
The time when the service instance was last deployed successfully.
|
ServiceInstance.Builder |
ServiceInstance.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId) |
The ID of the last successful deployment of this service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.name(String name) |
The name of the service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.serviceName(String serviceName) |
The name of the service that the service instance belongs to.
|
ServiceInstance.Builder |
ServiceInstance.Builder.spec(String spec) |
The service spec that was used to create the service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.templateMajorVersion(String templateMajorVersion) |
The major version of the service template that was used to create the service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.templateMinorVersion(String templateMinorVersion) |
The minor version of the service template that was used to create the service instance.
|
ServiceInstance.Builder |
ServiceInstance.Builder.templateName(String templateName) |
The name of the service template that was used to create the service instance.
|
ServiceInstance.Builder |
ServiceInstance.toBuilder() |
|