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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraceConfiguration.Buildervendor(String vendor)The implementation provider chosen for tracing App Runner services.TraceConfiguration.Buildervendor(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 Detail
-
vendor
TraceConfiguration.Builder vendor(String 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:
TracingVendor,TracingVendor
-
vendor
TraceConfiguration.Builder vendor(TracingVendor 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:
TracingVendor,TracingVendor
-
-