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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionMethod.BuildercmafEncryptionMethod(String cmafEncryptionMethod)The encryption method to use.EncryptionMethod.BuildercmafEncryptionMethod(CmafEncryptionMethod cmafEncryptionMethod)The encryption method to use.EncryptionMethod.BuildertsEncryptionMethod(String tsEncryptionMethod)The encryption method to use.EncryptionMethod.BuildertsEncryptionMethod(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 Detail
-
tsEncryptionMethod
EncryptionMethod.Builder tsEncryptionMethod(String 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,TsEncryptionMethod
-
tsEncryptionMethod
EncryptionMethod.Builder tsEncryptionMethod(TsEncryptionMethod 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,TsEncryptionMethod
-
cmafEncryptionMethod
EncryptionMethod.Builder cmafEncryptionMethod(String 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,CmafEncryptionMethod
-
cmafEncryptionMethod
EncryptionMethod.Builder cmafEncryptionMethod(CmafEncryptionMethod 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,CmafEncryptionMethod
-
-