Interface SamplingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SamplingConfig.Builder,,SamplingConfig> SdkBuilder<SamplingConfig.Builder,,SamplingConfig> SdkPojo
- Enclosing class:
SamplingConfig
@Mutable
@NotThreadSafe
public static interface SamplingConfig.Builder
extends SdkPojo, CopyableBuilder<SamplingConfig.Builder,SamplingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsamplingPercentage(Double samplingPercentage) The percentage of agent traces to sample for evaluation, ranging from 0.01% to 100%.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
samplingPercentage
The percentage of agent traces to sample for evaluation, ranging from 0.01% to 100%.
- Parameters:
samplingPercentage- The percentage of agent traces to sample for evaluation, ranging from 0.01% to 100%.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-