@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServiceRequest extends AppRunnerRequest implements ToCopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServiceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
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 |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HealthCheckConfiguration |
healthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
InstanceConfiguration |
instanceConfiguration()
The runtime configuration to apply to instances (scaling units) of your service.
|
NetworkConfiguration |
networkConfiguration()
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
ServiceObservabilityConfiguration |
observabilityConfiguration()
The observability configuration of your service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServiceRequest.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
|
SourceConfiguration |
sourceConfiguration()
The source configuration to apply to the App Runner service.
|
UpdateServiceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to update.
public final 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.
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.
public final InstanceConfiguration instanceConfiguration()
The runtime configuration to apply to instances (scaling units) of your service.
public final 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.
public final HealthCheckConfiguration healthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
public final NetworkConfiguration networkConfiguration()
Configuration settings related to network traffic of the web application that the App Runner service runs.
public final ServiceObservabilityConfiguration observabilityConfiguration()
The observability configuration of your service.
public UpdateServiceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>toBuilder in class AppRunnerRequestpublic static UpdateServiceRequest.Builder builder()
public static Class<? extends UpdateServiceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.