Interface SamplingBoost.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SamplingBoost.Builder,
,SamplingBoost> SdkBuilder<SamplingBoost.Builder,
,SamplingBoost> SdkPojo
- Enclosing class:
SamplingBoost
@Mutable
@NotThreadSafe
public static interface SamplingBoost.Builder
extends SdkPojo, CopyableBuilder<SamplingBoost.Builder,SamplingBoost>
-
Method Summary
Modifier and TypeMethodDescriptionThe calculated sampling boost rate for this serviceboostRateTTL
(Instant boostRateTTL) When the sampling boost expires.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 Details
-
boostRate
The calculated sampling boost rate for this service
- Parameters:
boostRate
- The calculated sampling boost rate for this service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boostRateTTL
When the sampling boost expires.
- Parameters:
boostRateTTL
- When the sampling boost expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-