Interface Phase1EncryptionAlgorithmsListValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Phase1EncryptionAlgorithmsListValue.Builder,,Phase1EncryptionAlgorithmsListValue> SdkBuilder<Phase1EncryptionAlgorithmsListValue.Builder,,Phase1EncryptionAlgorithmsListValue> SdkPojo
- Enclosing class:
 Phase1EncryptionAlgorithmsListValue
public static interface Phase1EncryptionAlgorithmsListValue.Builder
extends SdkPojo, CopyableBuilder<Phase1EncryptionAlgorithmsListValue.Builder,Phase1EncryptionAlgorithmsListValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe value for the encryption algorithm.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
value
The value for the encryption algorithm.
- Parameters:
 value- The value for the encryption algorithm.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -