Interface Phase2EncryptionAlgorithmsListValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Phase2EncryptionAlgorithmsListValue.Builder,Phase2EncryptionAlgorithmsListValue>,SdkBuilder<Phase2EncryptionAlgorithmsListValue.Builder,Phase2EncryptionAlgorithmsListValue>,SdkPojo
- Enclosing class:
- Phase2EncryptionAlgorithmsListValue
@Mutable @NotThreadSafe public static interface Phase2EncryptionAlgorithmsListValue.Builder extends SdkPojo, CopyableBuilder<Phase2EncryptionAlgorithmsListValue.Builder,Phase2EncryptionAlgorithmsListValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phase2EncryptionAlgorithmsListValue.Buildervalue(String value)The encryption algorithm.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
value
Phase2EncryptionAlgorithmsListValue.Builder value(String value)
The encryption algorithm.
- Parameters:
value- The encryption algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-