Interface Phase1EncryptionAlgorithmsListValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Phase1EncryptionAlgorithmsListValue.Builder,Phase1EncryptionAlgorithmsListValue>,SdkBuilder<Phase1EncryptionAlgorithmsListValue.Builder,Phase1EncryptionAlgorithmsListValue>,SdkPojo
- Enclosing class:
- Phase1EncryptionAlgorithmsListValue
@Mutable @NotThreadSafe public static interface Phase1EncryptionAlgorithmsListValue.Builder extends SdkPojo, CopyableBuilder<Phase1EncryptionAlgorithmsListValue.Builder,Phase1EncryptionAlgorithmsListValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phase1EncryptionAlgorithmsListValue.Buildervalue(String value)The value for 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
Phase1EncryptionAlgorithmsListValue.Builder value(String 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.
-
-