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 your service.
|
default UpdateServiceRequest.Builder |
healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of your service.
|
UpdateServiceRequest.Builder |
healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of your service.
|
default UpdateServiceRequest.Builder |
instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of the App Runner service.
|
UpdateServiceRequest.Builder |
instanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of the App Runner 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 the App Runner service.
instanceConfiguration - The runtime configuration to apply to instances (scaling units) of the App Runner service.default UpdateServiceRequest.Builder instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration)
The runtime configuration to apply to instances (scaling units) of the App Runner service.
This is a convenience 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 your service.
autoScalingConfigurationArn - The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want
to associate with your service.UpdateServiceRequest.Builder healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of your service.
healthCheckConfiguration - The settings for the health check that App Runner performs to monitor the health of your service.default UpdateServiceRequest.Builder healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of your service.
This is a convenience 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.