CreateServiceRequest.Builder |
CreateServiceRequest.Builder.autoScalingConfigurationArn(String autoScalingConfigurationArn) |
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to
associate with your service.
|
static CreateServiceRequest.Builder |
CreateServiceRequest.builder() |
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) |
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it
maintains and your service logs.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it
maintains and your service logs.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.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.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration) |
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration) |
The runtime configuration of instances (scaling units) of your service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.instanceConfiguration(InstanceConfiguration instanceConfiguration) |
The runtime configuration of instances (scaling units) of your service.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.observabilityConfiguration(Consumer<ServiceObservabilityConfiguration.Builder> observabilityConfiguration) |
The observability configuration of your service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.observabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration) |
The observability configuration of your service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.serviceName(String serviceName) |
A name for the App Runner service.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration) |
The source to deploy to the App Runner service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.sourceConfiguration(SourceConfiguration sourceConfiguration) |
The source to deploy to the App Runner service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Collection<Tag> tags) |
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Tag... tags) |
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateServiceRequest.Builder |
CreateServiceRequest.toBuilder() |
|