@Generated(value="software.amazon.awssdk:codegen") public final class TraceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TraceConfiguration.Builder,TraceConfiguration>
Describes the configuration of the tracing feature within an App Runner observability configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TraceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TraceConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TraceConfiguration.Builder> |
serializableBuilderClass() |
TraceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TracingVendor |
vendor()
The implementation provider chosen for tracing App Runner services.
|
String |
vendorAsString()
The implementation provider chosen for tracing App Runner services.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TracingVendor vendor()
The implementation provider chosen for tracing App Runner services.
If the service returns an enum value that is not available in the current SDK version, vendor will
return TracingVendor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vendorAsString().
TracingVendorpublic final String vendorAsString()
The implementation provider chosen for tracing App Runner services.
If the service returns an enum value that is not available in the current SDK version, vendor will
return TracingVendor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vendorAsString().
TracingVendorpublic TraceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TraceConfiguration.Builder,TraceConfiguration>public static TraceConfiguration.Builder builder()
public static Class<? extends TraceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.