default Service.Builder |
Service.Builder.autoScalingConfigurationSummary(Consumer<AutoScalingConfigurationSummary.Builder> autoScalingConfigurationSummary) |
Summary information for the App Runner automatic scaling configuration resource that's associated with this
service.
|
Service.Builder |
Service.Builder.autoScalingConfigurationSummary(AutoScalingConfigurationSummary autoScalingConfigurationSummary) |
Summary information for the App Runner automatic scaling configuration resource that's associated with this
service.
|
static Service.Builder |
Service.builder() |
|
Service.Builder |
Service.Builder.createdAt(Instant createdAt) |
The time when the App Runner service was created.
|
Service.Builder |
Service.Builder.deletedAt(Instant deletedAt) |
The time when the App Runner service was deleted.
|
default Service.Builder |
Service.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) |
The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository
that App Runner maintains for the service.
|
Service.Builder |
Service.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository
that App Runner maintains for the service.
|
default Service.Builder |
Service.Builder.healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration) |
The settings for the health check that App Runner performs to monitor the health of this service.
|
Service.Builder |
Service.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration) |
The settings for the health check that App Runner performs to monitor the health of this service.
|
default Service.Builder |
Service.Builder.instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration) |
The runtime configuration of instances (scaling units) of this service.
|
Service.Builder |
Service.Builder.instanceConfiguration(InstanceConfiguration instanceConfiguration) |
The runtime configuration of instances (scaling units) of this service.
|
default Service.Builder |
Service.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
Configuration settings related to network traffic of the web application that this service runs.
|
Service.Builder |
Service.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
Configuration settings related to network traffic of the web application that this service runs.
|
default Service.Builder |
Service.Builder.observabilityConfiguration(Consumer<ServiceObservabilityConfiguration.Builder> observabilityConfiguration) |
The observability configuration of this service.
|
Service.Builder |
Service.Builder.observabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration) |
The observability configuration of this service.
|
Service.Builder |
Service.Builder.serviceArn(String serviceArn) |
The Amazon Resource Name (ARN) of this service.
|
Service.Builder |
Service.Builder.serviceId(String serviceId) |
An ID that App Runner generated for this service.
|
Service.Builder |
Service.Builder.serviceName(String serviceName) |
The customer-provided service name.
|
Service.Builder |
Service.Builder.serviceUrl(String serviceUrl) |
A subdomain URL that App Runner generated for this service.
|
default Service.Builder |
Service.Builder.sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration) |
The source deployed to the App Runner service.
|
Service.Builder |
Service.Builder.sourceConfiguration(SourceConfiguration sourceConfiguration) |
The source deployed to the App Runner service.
|
Service.Builder |
Service.Builder.status(String status) |
The current state of the App Runner service.
|
Service.Builder |
Service.Builder.status(ServiceStatus status) |
The current state of the App Runner service.
|
Service.Builder |
Service.toBuilder() |
|
Service.Builder |
Service.Builder.updatedAt(Instant updatedAt) |
The time when the App Runner service was last updated at.
|