UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.autoScalingConfigurationArn(String autoScalingConfigurationArn) |
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to
associate with the App Runner service.
|
static UpdateServiceRequest.Builder |
UpdateServiceRequest.builder() |
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration) |
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration) |
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration) |
The runtime configuration to apply to instances (scaling units) of your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.instanceConfiguration(InstanceConfiguration instanceConfiguration) |
The runtime configuration to apply to instances (scaling units) of your service.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.observabilityConfiguration(Consumer<ServiceObservabilityConfiguration.Builder> observabilityConfiguration) |
The observability configuration of your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.observabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration) |
The observability configuration of your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceArn(String serviceArn) |
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration) |
The source configuration to apply to the App Runner service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.sourceConfiguration(SourceConfiguration sourceConfiguration) |
The source configuration to apply to the App Runner service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.toBuilder() |
|