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
Modifier and TypeMethodDescriptionpresetSpeke20Audio
(String presetSpeke20Audio) A collection of audio encryption presets.presetSpeke20Audio
(PresetSpeke20Audio presetSpeke20Audio) A collection of audio encryption presets.presetSpeke20Video
(String presetSpeke20Video) A collection of video encryption presets.presetSpeke20Video
(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 Details
-
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
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:
-
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
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:
-