Interface EncryptionMethod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionMethod.Builder,
,EncryptionMethod> SdkBuilder<EncryptionMethod.Builder,
,EncryptionMethod> SdkPojo
- Enclosing class:
EncryptionMethod
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.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, 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:
-