Interface TraceConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TraceConfiguration.Builder,
,TraceConfiguration> SdkBuilder<TraceConfiguration.Builder,
,TraceConfiguration> SdkPojo
- Enclosing class:
TraceConfiguration
public static interface TraceConfiguration.Builder
extends SdkPojo, CopyableBuilder<TraceConfiguration.Builder,TraceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe implementation provider chosen for tracing App Runner services.vendor
(TracingVendor vendor) The implementation provider chosen for tracing App Runner services.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 Details
-
vendor
The implementation provider chosen for tracing App Runner services.
- Parameters:
vendor
- The implementation provider chosen for tracing App Runner services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vendor
The implementation provider chosen for tracing App Runner services.
- Parameters:
vendor
- The implementation provider chosen for tracing App Runner services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-