Class ProbabilisticRuleValue
- java.lang.Object
-
- software.amazon.awssdk.services.xray.model.ProbabilisticRuleValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProbabilisticRuleValue.Builder,ProbabilisticRuleValue>
@Generated("software.amazon.awssdk:codegen") public final class ProbabilisticRuleValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProbabilisticRuleValue.Builder,ProbabilisticRuleValue>
The indexing rule configuration for probabilistic sampling.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProbabilisticRuleValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleactualSamplingPercentage()Applied sampling percentage of traceIds.static ProbabilisticRuleValue.Builderbuilder()DoubledesiredSamplingPercentage()Configured sampling percentage of traceIds.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProbabilisticRuleValue.Builder>serializableBuilderClass()ProbabilisticRuleValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
desiredSamplingPercentage
public final Double desiredSamplingPercentage()
Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.
- Returns:
- Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.
-
actualSamplingPercentage
public final Double actualSamplingPercentage()
Applied sampling percentage of traceIds.
- Returns:
- Applied sampling percentage of traceIds.
-
toBuilder
public ProbabilisticRuleValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProbabilisticRuleValue.Builder,ProbabilisticRuleValue>
-
builder
public static ProbabilisticRuleValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProbabilisticRuleValue.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-