Interface EncryptionContractConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionContractConfiguration.Builder,EncryptionContractConfiguration>,SdkBuilder<EncryptionContractConfiguration.Builder,EncryptionContractConfiguration>,SdkPojo
- Enclosing class:
- EncryptionContractConfiguration
public static interface EncryptionContractConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionContractConfiguration.Builder,EncryptionContractConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionContractConfiguration.BuilderpresetSpeke20Audio(String presetSpeke20Audio)A collection of audio encryption presets.EncryptionContractConfiguration.BuilderpresetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)A collection of audio encryption presets.EncryptionContractConfiguration.BuilderpresetSpeke20Video(String presetSpeke20Video)A collection of video encryption presets.EncryptionContractConfiguration.BuilderpresetSpeke20Video(PresetSpeke20Video presetSpeke20Video)A collection of video encryption presets.-
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
-
presetSpeke20Audio
EncryptionContractConfiguration.Builder presetSpeke20Audio(String presetSpeke20Audio)
A collection of audio encryption presets.- Parameters:
presetSpeke20Audio- A collection of audio encryption presets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetSpeke20Audio,PresetSpeke20Audio
-
presetSpeke20Audio
EncryptionContractConfiguration.Builder presetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)
A collection of audio encryption presets.- Parameters:
presetSpeke20Audio- A collection of audio encryption presets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetSpeke20Audio,PresetSpeke20Audio
-
presetSpeke20Video
EncryptionContractConfiguration.Builder presetSpeke20Video(String presetSpeke20Video)
A collection of video encryption presets.- Parameters:
presetSpeke20Video- A collection of video encryption presets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetSpeke20Video,PresetSpeke20Video
-
presetSpeke20Video
EncryptionContractConfiguration.Builder presetSpeke20Video(PresetSpeke20Video presetSpeke20Video)
A collection of video encryption presets.- Parameters:
presetSpeke20Video- A collection of video encryption presets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetSpeke20Video,PresetSpeke20Video
-
-