public static interface ServiceInstanceSummary.Builder extends SdkPojo, CopyableBuilder<ServiceInstanceSummary.Builder,ServiceInstanceSummary>
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service instance.
|
ServiceInstanceSummary.Builder |
createdAt(Instant createdAt)
The time when the service instance was created.
|
ServiceInstanceSummary.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
ServiceInstanceSummary.Builder |
deploymentStatus(String deploymentStatus)
The service instance deployment status.
|
ServiceInstanceSummary.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
A service instance deployment status message.
|
ServiceInstanceSummary.Builder |
environmentName(String environmentName)
The name of the environment that the service instance was deployed into.
|
ServiceInstanceSummary.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service instance.
|
ServiceInstanceSummary.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service was last attempted.
|
ServiceInstanceSummary.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service was last deployed successfully.
|
ServiceInstanceSummary.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service instance.
|
ServiceInstanceSummary.Builder |
name(String name)
The name of the service instance.
|
ServiceInstanceSummary.Builder |
serviceName(String serviceName)
The name of the service that the service instance belongs to.
|
ServiceInstanceSummary.Builder |
templateMajorVersion(String templateMajorVersion)
The service instance template major version.
|
ServiceInstanceSummary.Builder |
templateMinorVersion(String templateMinorVersion)
The service instance template minor version.
|
ServiceInstanceSummary.Builder |
templateName(String templateName)
The name of the service template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceInstanceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service instance.
arn - The Amazon Resource Name (ARN) of the service instance.ServiceInstanceSummary.Builder createdAt(Instant createdAt)
The time when the service instance was created.
createdAt - The time when the service instance was created.ServiceInstanceSummary.Builder deploymentStatus(String deploymentStatus)
The service instance deployment status.
deploymentStatus - The service instance deployment status.DeploymentStatus,
DeploymentStatusServiceInstanceSummary.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
deploymentStatus - The service instance deployment status.DeploymentStatus,
DeploymentStatusServiceInstanceSummary.Builder deploymentStatusMessage(String deploymentStatusMessage)
A service instance deployment status message.
deploymentStatusMessage - A service instance deployment status message.ServiceInstanceSummary.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.ServiceInstanceSummary.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.ServiceInstanceSummary.Builder lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service was last attempted.
lastDeploymentAttemptedAt - The time when a deployment of the service was last attempted.ServiceInstanceSummary.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service was last deployed successfully.
lastDeploymentSucceededAt - The time when the service was last deployed successfully.ServiceInstanceSummary.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.ServiceInstanceSummary.Builder name(String name)
The name of the service instance.
name - The name of the service instance.ServiceInstanceSummary.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.ServiceInstanceSummary.Builder templateMajorVersion(String templateMajorVersion)
The service instance template major version.
templateMajorVersion - The service instance template major version.ServiceInstanceSummary.Builder templateMinorVersion(String templateMinorVersion)
The service instance template minor version.
templateMinorVersion - The service instance template minor version.ServiceInstanceSummary.Builder templateName(String templateName)
The name of the service template.
templateName - The name of the service template.Copyright © 2023. All rights reserved.