public static interface ServiceInstance.Builder extends SdkPojo, CopyableBuilder<ServiceInstance.Builder,ServiceInstance>
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service instance.
|
ServiceInstance.Builder |
createdAt(Instant createdAt)
The time when the service instance was created.
|
ServiceInstance.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
ServiceInstance.Builder |
deploymentStatus(String deploymentStatus)
The service instance deployment status.
|
ServiceInstance.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the service instance deployment status.
|
ServiceInstance.Builder |
environmentName(String environmentName)
The name of the environment that the service instance was deployed into.
|
ServiceInstance.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service instance.
|
ServiceInstance.Builder |
lastClientRequestToken(String lastClientRequestToken)
The last client request token received.
|
ServiceInstance.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service instance was last attempted.
|
ServiceInstance.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service instance was last deployed successfully.
|
ServiceInstance.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service instance.
|
ServiceInstance.Builder |
name(String name)
The name of the service instance.
|
ServiceInstance.Builder |
serviceName(String serviceName)
The name of the service that the service instance belongs to.
|
ServiceInstance.Builder |
spec(String spec)
The service spec that was used to create the service instance.
|
ServiceInstance.Builder |
templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service instance.
|
ServiceInstance.Builder |
templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service instance.
|
ServiceInstance.Builder |
templateName(String templateName)
The name of the service template that was used to create the service instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceInstance.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service instance.
arn - The Amazon Resource Name (ARN) of the service instance.ServiceInstance.Builder createdAt(Instant createdAt)
The time when the service instance was created.
createdAt - The time when the service instance was created.ServiceInstance.Builder deploymentStatus(String deploymentStatus)
The service instance deployment status.
deploymentStatus - The service instance deployment status.DeploymentStatus,
DeploymentStatusServiceInstance.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
deploymentStatus - The service instance deployment status.DeploymentStatus,
DeploymentStatusServiceInstance.Builder deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the service instance deployment status.
deploymentStatusMessage - The message associated with the service instance deployment status.ServiceInstance.Builder environmentName(String environmentName)
The name of the environment that the service instance was deployed into.
environmentName - The name of the environment that the service instance was deployed into.ServiceInstance.Builder lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service instance.
lastAttemptedDeploymentId - The ID of the last attempted deployment of this service instance.ServiceInstance.Builder lastClientRequestToken(String lastClientRequestToken)
The last client request token received.
lastClientRequestToken - The last client request token received.ServiceInstance.Builder lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service instance was last attempted.
lastDeploymentAttemptedAt - The time when a deployment of the service instance was last attempted.ServiceInstance.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service instance was last deployed successfully.
lastDeploymentSucceededAt - The time when the service instance was last deployed successfully.ServiceInstance.Builder lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service instance.
lastSucceededDeploymentId - The ID of the last successful deployment of this service instance.ServiceInstance.Builder name(String name)
The name of the service instance.
name - The name of the service instance.ServiceInstance.Builder serviceName(String serviceName)
The name of the service that the service instance belongs to.
serviceName - The name of the service that the service instance belongs to.ServiceInstance.Builder spec(String spec)
The service spec that was used to create the service instance.
spec - The service spec that was used to create the service instance.ServiceInstance.Builder templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service instance.
templateMajorVersion - The major version of the service template that was used to create the service instance.ServiceInstance.Builder templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service instance.
templateMinorVersion - The minor version of the service template that was used to create the service instance.ServiceInstance.Builder templateName(String templateName)
The name of the service template that was used to create the service instance.
templateName - The name of the service template that was used to create the service instance.Copyright © 2023. All rights reserved.