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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
tsEncryptionMethodThe 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:
 
- 
tsEncryptionMethodThe 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:
 
- 
cmafEncryptionMethodThe 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:
 
- 
cmafEncryptionMethodThe 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:
 
- 
ismEncryptionMethodThe 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:
 
- 
ismEncryptionMethodThe 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:
 
 
-