Interface HlsEncryption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HlsEncryption.Builder,,- HlsEncryption> - SdkBuilder<HlsEncryption.Builder,,- HlsEncryption> - SdkPojo
- Enclosing class:
- HlsEncryption
@Mutable
@NotThreadSafe
public static interface HlsEncryption.Builder
extends SdkPojo, CopyableBuilder<HlsEncryption.Builder,HlsEncryption> 
- 
Method SummaryModifier and TypeMethodDescriptionconstantInitializationVector(String constantInitializationVector) A constant initialization vector for encryption (optional).encryptionMethod(String encryptionMethod) The encryption method to use.encryptionMethod(EncryptionMethod encryptionMethod) The encryption method to use.keyRotationIntervalSeconds(Integer keyRotationIntervalSeconds) Interval (in seconds) between each encryption key rotation.repeatExtXKey(Boolean repeatExtXKey) When enabled, the EXT-X-KEY tag will be repeated in output manifests.default HlsEncryption.BuilderspekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider) Sets the value of the SpekeKeyProvider property for this object.spekeKeyProvider(SpekeKeyProvider spekeKeyProvider) Sets the value of the SpekeKeyProvider property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
constantInitializationVectorA constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.- Parameters:
- constantInitializationVector- A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionMethodThe encryption method to use.- Parameters:
- encryptionMethod- The encryption method to use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
encryptionMethodThe encryption method to use.- Parameters:
- encryptionMethod- The encryption method to use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyRotationIntervalSecondsInterval (in seconds) between each encryption key rotation.- Parameters:
- keyRotationIntervalSeconds- Interval (in seconds) between each encryption key rotation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repeatExtXKeyWhen enabled, the EXT-X-KEY tag will be repeated in output manifests.- Parameters:
- repeatExtXKey- When enabled, the EXT-X-KEY tag will be repeated in output manifests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spekeKeyProviderSets the value of the SpekeKeyProvider property for this object.- Parameters:
- spekeKeyProvider- The new value for the SpekeKeyProvider property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spekeKeyProviderSets the value of the SpekeKeyProvider property for this object. This is a convenience method that creates an instance of theSpekeKeyProvider.Builderavoiding the need to create one manually viaSpekeKeyProvider.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospekeKeyProvider(SpekeKeyProvider).- Parameters:
- spekeKeyProvider- a consumer that will call methods on- SpekeKeyProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-