public static interface ServiceSummary.Builder extends SdkPojo, CopyableBuilder<ServiceSummary.Builder,ServiceSummary>
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary.Builder |
createdAt(Instant createdAt)
The time when the App Runner service was created.
|
ServiceSummary.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of this service.
|
ServiceSummary.Builder |
serviceId(String serviceId)
An ID that App Runner generated for this service.
|
ServiceSummary.Builder |
serviceName(String serviceName)
The customer-provided service name.
|
ServiceSummary.Builder |
serviceUrl(String serviceUrl)
A subdomain URL that App Runner generated for this service.
|
ServiceSummary.Builder |
status(ServiceStatus status)
The current state of the App Runner service.
|
ServiceSummary.Builder |
status(String status)
The current state of the App Runner service.
|
ServiceSummary.Builder |
updatedAt(Instant updatedAt)
The time when the App Runner service was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSummary.Builder serviceName(String serviceName)
The customer-provided service name.
serviceName - The customer-provided service name.ServiceSummary.Builder serviceId(String serviceId)
An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.
serviceId - An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.ServiceSummary.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of this service.
serviceArn - The Amazon Resource Name (ARN) of this service.ServiceSummary.Builder serviceUrl(String serviceUrl)
A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.
serviceUrl - A subdomain URL that App Runner generated for this service. You can use this URL to access your
service web application.ServiceSummary.Builder createdAt(Instant createdAt)
The time when the App Runner service was created. It's in the Unix time stamp format.
createdAt - The time when the App Runner service was created. It's in the Unix time stamp format.ServiceSummary.Builder updatedAt(Instant updatedAt)
The time when the App Runner service was last updated. It's in theUnix time stamp format.
updatedAt - The time when the App Runner service was last updated. It's in theUnix time stamp format.ServiceSummary.Builder status(String status)
The current state of the App Runner service. These particular values mean the following.
CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts
towards your service quota. To troubleshoot this failure, read the failure events and logs, change any
parameters that need to be fixed, and rebuild your service using UpdateService.
DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the
service deletion call to ensure that all related resources are removed.
status - The current state of the App Runner service. These particular values mean the following.
CREATE_FAILED – The service failed to create. The failed service isn't usable, and still
counts towards your service quota. To troubleshoot this failure, read the failure events and logs,
change any parameters that need to be fixed, and rebuild your service using UpdateService
.
DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry
the service deletion call to ensure that all related resources are removed.
ServiceStatus,
ServiceStatusServiceSummary.Builder status(ServiceStatus status)
The current state of the App Runner service. These particular values mean the following.
CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts
towards your service quota. To troubleshoot this failure, read the failure events and logs, change any
parameters that need to be fixed, and rebuild your service using UpdateService.
DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the
service deletion call to ensure that all related resources are removed.
status - The current state of the App Runner service. These particular values mean the following.
CREATE_FAILED – The service failed to create. The failed service isn't usable, and still
counts towards your service quota. To troubleshoot this failure, read the failure events and logs,
change any parameters that need to be fixed, and rebuild your service using UpdateService
.
DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry
the service deletion call to ensure that all related resources are removed.
ServiceStatus,
ServiceStatusCopyright © 2023. All rights reserved.