Interface ContentKeyPeriodConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentKeyPeriodConfiguration.Builder,,ContentKeyPeriodConfiguration> SdkBuilder<ContentKeyPeriodConfiguration.Builder,,ContentKeyPeriodConfiguration> SdkPojo
- Enclosing class:
ContentKeyPeriodConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncontentKeyPeriodTiming(String contentKeyPeriodTiming) Specifies what timing information MediaPackage signals in theContentKeyPeriodto your DRM key provider.contentKeyPeriodTiming(ContentKeyPeriodTiming contentKeyPeriodTiming) Specifies what timing information MediaPackage signals in theContentKeyPeriodto your DRM key provider.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
-
contentKeyPeriodTiming
Specifies what timing information MediaPackage signals in the
ContentKeyPeriodto your DRM key provider. If you don't specify a value, the default isINDEX_ONLY. Signaling start and end times (START_END_ONLYorINDEX_WITH_START_END) also requires key rotation to be enabled.The allowed values are:
-
INDEX_ONLY- Signals only the content key index. This is the default and matches the current behavior. It's supported for both SPEKE Version 2.0 and 2.1. -
START_END_ONLY- Signals only the start and end times the key is used for. RequiresSpekeVersionV2_1. -
INDEX_WITH_START_END- Signals both the content key index and the start and end times the key is used for. RequiresSpekeVersionV2_1.
- Parameters:
contentKeyPeriodTiming- Specifies what timing information MediaPackage signals in theContentKeyPeriodto your DRM key provider. If you don't specify a value, the default isINDEX_ONLY. Signaling start and end times (START_END_ONLYorINDEX_WITH_START_END) also requires key rotation to be enabled.The allowed values are:
-
INDEX_ONLY- Signals only the content key index. This is the default and matches the current behavior. It's supported for both SPEKE Version 2.0 and 2.1. -
START_END_ONLY- Signals only the start and end times the key is used for. RequiresSpekeVersionV2_1. -
INDEX_WITH_START_END- Signals both the content key index and the start and end times the key is used for. RequiresSpekeVersionV2_1.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
contentKeyPeriodTiming
ContentKeyPeriodConfiguration.Builder contentKeyPeriodTiming(ContentKeyPeriodTiming contentKeyPeriodTiming) Specifies what timing information MediaPackage signals in the
ContentKeyPeriodto your DRM key provider. If you don't specify a value, the default isINDEX_ONLY. Signaling start and end times (START_END_ONLYorINDEX_WITH_START_END) also requires key rotation to be enabled.The allowed values are:
-
INDEX_ONLY- Signals only the content key index. This is the default and matches the current behavior. It's supported for both SPEKE Version 2.0 and 2.1. -
START_END_ONLY- Signals only the start and end times the key is used for. RequiresSpekeVersionV2_1. -
INDEX_WITH_START_END- Signals both the content key index and the start and end times the key is used for. RequiresSpekeVersionV2_1.
- Parameters:
contentKeyPeriodTiming- Specifies what timing information MediaPackage signals in theContentKeyPeriodto your DRM key provider. If you don't specify a value, the default isINDEX_ONLY. Signaling start and end times (START_END_ONLYorINDEX_WITH_START_END) also requires key rotation to be enabled.The allowed values are:
-
INDEX_ONLY- Signals only the content key index. This is the default and matches the current behavior. It's supported for both SPEKE Version 2.0 and 2.1. -
START_END_ONLY- Signals only the start and end times the key is used for. RequiresSpekeVersionV2_1. -
INDEX_WITH_START_END- Signals both the content key index and the start and end times the key is used for. RequiresSpekeVersionV2_1.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-