Interface ServiceObservabilityConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceObservabilityConfiguration.Builder,ServiceObservabilityConfiguration>,SdkBuilder<ServiceObservabilityConfiguration.Builder,ServiceObservabilityConfiguration>,SdkPojo
- Enclosing class:
- ServiceObservabilityConfiguration
public static interface ServiceObservabilityConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceObservabilityConfiguration.Builder,ServiceObservabilityConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceObservabilityConfiguration.BuilderobservabilityConfigurationArn(String observabilityConfigurationArn)The Amazon Resource Name (ARN) of the observability configuration that is associated with the service.ServiceObservabilityConfiguration.BuilderobservabilityEnabled(Boolean observabilityEnabled)Whentrue, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
observabilityEnabled
ServiceObservabilityConfiguration.Builder observabilityEnabled(Boolean observabilityEnabled)
When
true, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.- Parameters:
observabilityEnabled- Whentrue, an observability configuration resource is associated with the service, and anObservabilityConfigurationArnis specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
observabilityConfigurationArn
ServiceObservabilityConfiguration.Builder observabilityConfigurationArn(String observabilityConfigurationArn)
The Amazon Resource Name (ARN) of the observability configuration that is associated with the service. Specified only when
ObservabilityEnabledistrue.Specify an ARN with a name and a revision number to associate that revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing- Parameters:
observabilityConfigurationArn- The Amazon Resource Name (ARN) of the observability configuration that is associated with the service. Specified only whenObservabilityEnabledistrue.Specify an ARN with a name and a revision number to associate that revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-