Class SamplingRule
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SamplingRule.Builder,- SamplingRule> 
A sampling rule that services use to decide whether to instrument a request. Rule fields can match properties of the service, or properties of a request. The service can ignore rules that don't match its properties.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionMatches attributes derived from the request.static SamplingRule.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final DoubleThe percentage of matching requests to instrument, after the reservoir is exhausted.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the Attributes property.final inthashCode()final Stringhost()Matches the hostname from a request URL.final StringMatches the HTTP method of a request.final Integerpriority()The priority of the sampling rule.final IntegerA fixed number of matching requests to instrument per second, prior to applying the fixed rate.final StringMatches the ARN of the Amazon Web Services resource on which the service runs.final StringruleARN()The ARN of the sampling rule.final StringruleName()The name of the sampling rule.final SamplingRateBoostSpecifies the multiplier applied to the base sampling rate.static Class<? extends SamplingRule.Builder> final StringMatches thenamethat the service uses to identify itself in segments.final StringMatches theoriginthat the service uses to identify its type in segments.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringurlPath()Matches the path from a request URL.final Integerversion()The version of the sampling rule format (1).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
ruleNameThe name of the sampling rule. Specify a rule by either name or ARN, but not both. - Returns:
- The name of the sampling rule. Specify a rule by either name or ARN, but not both.
 
- 
ruleARNThe ARN of the sampling rule. Specify a rule by either name or ARN, but not both. - Returns:
- The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
 
- 
resourceARNMatches the ARN of the Amazon Web Services resource on which the service runs. - Returns:
- Matches the ARN of the Amazon Web Services resource on which the service runs.
 
- 
priorityThe priority of the sampling rule. - Returns:
- The priority of the sampling rule.
 
- 
fixedRateThe percentage of matching requests to instrument, after the reservoir is exhausted. - Returns:
- The percentage of matching requests to instrument, after the reservoir is exhausted.
 
- 
reservoirSizeA fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively. - Returns:
- A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.
 
- 
serviceNameMatches the namethat the service uses to identify itself in segments.- Returns:
- Matches the namethat the service uses to identify itself in segments.
 
- 
serviceTypeMatches the originthat the service uses to identify its type in segments.- Returns:
- Matches the originthat the service uses to identify its type in segments.
 
- 
hostMatches the hostname from a request URL. - Returns:
- Matches the hostname from a request URL.
 
- 
httpMethodMatches the HTTP method of a request. - Returns:
- Matches the HTTP method of a request.
 
- 
urlPathMatches the path from a request URL. - Returns:
- Matches the path from a request URL.
 
- 
versionThe version of the sampling rule format ( 1).- Returns:
- The version of the sampling rule format (1).
 
- 
hasAttributespublic final boolean hasAttributes()For responses, this returns true if the service returned a value for the Attributes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
attributesMatches attributes derived from the request. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAttributes()method.- Returns:
- Matches attributes derived from the request.
 
- 
samplingRateBoostSpecifies the multiplier applied to the base sampling rate. This boost allows you to temporarily increase sampling without changing the rule's configuration. - Returns:
- Specifies the multiplier applied to the base sampling rate. This boost allows you to temporarily increase sampling without changing the rule's configuration.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SamplingRule.Builder,- SamplingRule> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-