public static interface UpdateServiceRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
default 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 |
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 |
instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of your service.
|
UpdateServiceRequest.Builder |
instanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of your service.
|
default 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 |
networkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
default UpdateServiceRequest.Builder |
observabilityConfiguration(Consumer<ServiceObservabilityConfiguration.Builder> observabilityConfiguration)
The observability configuration of your service.
|
UpdateServiceRequest.Builder |
observabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration)
The observability configuration of your service.
|
UpdateServiceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceRequest.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
|
default UpdateServiceRequest.Builder |
sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)
The source configuration to apply to the App Runner service.
|
UpdateServiceRequest.Builder |
sourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration to apply to the App Runner service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceRequest.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to update.UpdateServiceRequest.Builder sourceConfiguration(SourceConfiguration sourceConfiguration)
The source configuration to apply to the App Runner service.
You can change the configuration of the code or image repository that the service uses. However, you can't
switch from code to image or the other way around. This means that you must provide the same structure member
of SourceConfiguration that you originally included when you created the service. Specifically,
you can include either CodeRepository or ImageRepository. To update the source
configuration, set the values to members of the structure that you include.
sourceConfiguration - The source configuration to apply to the App Runner service.
You can change the configuration of the code or image repository that the service uses. However, you
can't switch from code to image or the other way around. This means that you must provide the same
structure member of SourceConfiguration that you originally included when you created the
service. Specifically, you can include either CodeRepository or
ImageRepository. To update the source configuration, set the values to members of the
structure that you include.
default UpdateServiceRequest.Builder sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)
The source configuration to apply to the App Runner service.
You can change the configuration of the code or image repository that the service uses. However, you can't
switch from code to image or the other way around. This means that you must provide the same structure member
of SourceConfiguration that you originally included when you created the service. Specifically,
you can include either CodeRepository or ImageRepository. To update the source
configuration, set the values to members of the structure that you include.
SourceConfiguration.Builder avoiding the
need to create one manually via SourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceConfiguration(SourceConfiguration).
sourceConfiguration - a consumer that will call methods on SourceConfiguration.BuildersourceConfiguration(SourceConfiguration)UpdateServiceRequest.Builder instanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of your service.
instanceConfiguration - The runtime configuration to apply to instances (scaling units) of your service.default UpdateServiceRequest.Builder instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of your service.
This is a convenience method that creates an instance of theInstanceConfiguration.Builder avoiding
the need to create one manually via InstanceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to instanceConfiguration(InstanceConfiguration).
instanceConfiguration - a consumer that will call methods on InstanceConfiguration.BuilderinstanceConfiguration(InstanceConfiguration)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.
autoScalingConfigurationArn - The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want
to associate with the App Runner service.UpdateServiceRequest.Builder healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
healthCheckConfiguration - The settings for the health check that App Runner performs to monitor the health of the App Runner
service.default 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.
This is a convenience method that creates an instance of theHealthCheckConfiguration.Builder
avoiding the need to create one manually via HealthCheckConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to healthCheckConfiguration(HealthCheckConfiguration).
healthCheckConfiguration - a consumer that will call methods on HealthCheckConfiguration.BuilderhealthCheckConfiguration(HealthCheckConfiguration)UpdateServiceRequest.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
networkConfiguration - Configuration settings related to network traffic of the web application that the App Runner service
runs.default UpdateServiceRequest.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
This is a convenience method that creates an instance of theNetworkConfiguration.Builder avoiding
the need to create one manually via NetworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to networkConfiguration(NetworkConfiguration).
networkConfiguration - a consumer that will call methods on NetworkConfiguration.BuildernetworkConfiguration(NetworkConfiguration)UpdateServiceRequest.Builder observabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration)
The observability configuration of your service.
observabilityConfiguration - The observability configuration of your service.default UpdateServiceRequest.Builder observabilityConfiguration(Consumer<ServiceObservabilityConfiguration.Builder> observabilityConfiguration)
The observability configuration of your service.
This is a convenience method that creates an instance of theServiceObservabilityConfiguration.Builder avoiding the need to create one manually via
ServiceObservabilityConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
observabilityConfiguration(ServiceObservabilityConfiguration).
observabilityConfiguration - a consumer that will call methods on ServiceObservabilityConfiguration.BuilderobservabilityConfiguration(ServiceObservabilityConfiguration)UpdateServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.