Class TraceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.apprunner.model.TraceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TraceConfiguration.Builder,TraceConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTraceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraceConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TraceConfiguration.Builder>serializableBuilderClass()TraceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.TracingVendorvendor()The implementation provider chosen for tracing App Runner services.StringvendorAsString()The implementation provider chosen for tracing App Runner services.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vendor
public 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,
vendorwill returnTracingVendor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvendorAsString().- Returns:
- The implementation provider chosen for tracing App Runner services.
- See Also:
TracingVendor
-
vendorAsString
public 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,
vendorwill returnTracingVendor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvendorAsString().- Returns:
- The implementation provider chosen for tracing App Runner services.
- See Also:
TracingVendor
-
toBuilder
public TraceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TraceConfiguration.Builder,TraceConfiguration>
-
builder
public static TraceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TraceConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-