Interface EncryptionMethod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionMethod.Builder,
,EncryptionMethod> SdkBuilder<EncryptionMethod.Builder,
,EncryptionMethod> SdkPojo
- Enclosing class:
EncryptionMethod
@Mutable
@NotThreadSafe
public static interface EncryptionMethod.Builder
extends SdkPojo, CopyableBuilder<EncryptionMethod.Builder,EncryptionMethod>
-
Method Summary
Modifier and TypeMethodDescriptioncmafEncryptionMethod
(String cmafEncryptionMethod) The encryption method to use.cmafEncryptionMethod
(CmafEncryptionMethod cmafEncryptionMethod) The encryption method to use.ismEncryptionMethod
(String ismEncryptionMethod) The encryption method used for Microsoft Smooth Streaming (MSS) content.ismEncryptionMethod
(IsmEncryptionMethod ismEncryptionMethod) The encryption method used for Microsoft Smooth Streaming (MSS) content.tsEncryptionMethod
(String tsEncryptionMethod) The encryption method to use.tsEncryptionMethod
(TsEncryptionMethod tsEncryptionMethod) The encryption method to use.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
-
tsEncryptionMethod
The encryption method to use.
- Parameters:
tsEncryptionMethod
- The encryption method to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tsEncryptionMethod
The encryption method to use.
- Parameters:
tsEncryptionMethod
- The encryption method to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cmafEncryptionMethod
The encryption method to use.
- Parameters:
cmafEncryptionMethod
- The encryption method to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cmafEncryptionMethod
The encryption method to use.
- Parameters:
cmafEncryptionMethod
- The encryption method to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ismEncryptionMethod
The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
- Parameters:
ismEncryptionMethod
- The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ismEncryptionMethod
The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
- Parameters:
ismEncryptionMethod
- The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-