Interface SamplingStrategy.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SamplingStrategy.Builder,,SamplingStrategy> SdkBuilder<SamplingStrategy.Builder,,SamplingStrategy> SdkPojo
- Enclosing class:
 SamplingStrategy
public static interface SamplingStrategy.Builder
extends SdkPojo, CopyableBuilder<SamplingStrategy.Builder,SamplingStrategy> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of a sampling rule.name(SamplingStrategyName name) The name of a sampling rule.The value of a sampling rule.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
- 
name
The name of a sampling rule.
- Parameters:
 name- The name of a sampling rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The name of a sampling rule.
- Parameters:
 name- The name of a sampling rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
value
The value of a sampling rule.
- Parameters:
 value- The value of a sampling rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -