Interface DashDvbMetricsReporting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashDvbMetricsReporting.Builder,
,DashDvbMetricsReporting> SdkBuilder<DashDvbMetricsReporting.Builder,
,DashDvbMetricsReporting> SdkPojo
- Enclosing class:
DashDvbMetricsReporting
@Mutable
@NotThreadSafe
public static interface DashDvbMetricsReporting.Builder
extends SdkPojo, CopyableBuilder<DashDvbMetricsReporting.Builder,DashDvbMetricsReporting>
-
Method Summary
Modifier and TypeMethodDescriptionprobability
(Integer probability) The number of playback devices per 1000 that will send error reports to the reporting URL.reportingUrl
(String reportingUrl) The URL where playback devices send error reports.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
-
reportingUrl
The URL where playback devices send error reports.
- Parameters:
reportingUrl
- The URL where playback devices send error reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
probability
The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.
- Parameters:
probability
- The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-