Interface ProbabilisticRuleValueUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProbabilisticRuleValueUpdate.Builder,ProbabilisticRuleValueUpdate>,SdkBuilder<ProbabilisticRuleValueUpdate.Builder,ProbabilisticRuleValueUpdate>,SdkPojo
- Enclosing class:
- ProbabilisticRuleValueUpdate
@Mutable @NotThreadSafe public static interface ProbabilisticRuleValueUpdate.Builder extends SdkPojo, CopyableBuilder<ProbabilisticRuleValueUpdate.Builder,ProbabilisticRuleValueUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProbabilisticRuleValueUpdate.BuilderdesiredSamplingPercentage(Double desiredSamplingPercentage)Configured sampling percentage of traceIds.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
desiredSamplingPercentage
ProbabilisticRuleValueUpdate.Builder desiredSamplingPercentage(Double desiredSamplingPercentage)
Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.
- Parameters:
desiredSamplingPercentage- Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-