Interface MssEncryption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MssEncryption.Builder,MssEncryption>,SdkBuilder<MssEncryption.Builder,MssEncryption>,SdkPojo
- Enclosing class:
- MssEncryption
public static interface MssEncryption.Builder extends SdkPojo, CopyableBuilder<MssEncryption.Builder,MssEncryption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MssEncryption.BuilderspekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.MssEncryption.BuilderspekeKeyProvider(SpekeKeyProvider spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.-
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
-
spekeKeyProvider
MssEncryption.Builder spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
Sets the value of the SpekeKeyProvider property for this object.- Parameters:
spekeKeyProvider- The new value for the SpekeKeyProvider property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spekeKeyProvider
default MssEncryption.Builder spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)
Sets the value of the SpekeKeyProvider property for this object. This is a convenience method that creates an instance of theSpekeKeyProvider.Builderavoiding the need to create one manually viaSpekeKeyProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospekeKeyProvider(SpekeKeyProvider).- Parameters:
spekeKeyProvider- a consumer that will call methods onSpekeKeyProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
spekeKeyProvider(SpekeKeyProvider)
-
-