Interface DashEncryption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DashEncryption.Builder,,- DashEncryption> - SdkBuilder<DashEncryption.Builder,,- DashEncryption> - SdkPojo
- Enclosing class:
- DashEncryption
@Mutable
@NotThreadSafe
public static interface DashEncryption.Builder
extends SdkPojo, CopyableBuilder<DashEncryption.Builder,DashEncryption> 
- 
Method SummaryModifier and TypeMethodDescriptionkeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds) Time (in seconds) between each encryption key rotation.default DashEncryption.BuilderspekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider) Sets the value of the SpekeKeyProvider property for this object.spekeKeyProvider(SpekeKeyProvider spekeKeyProvider) Sets the value of the SpekeKeyProvider property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keyRotationIntervalSecondsTime (in seconds) between each encryption key rotation.- Parameters:
- keyRotationIntervalSeconds- Time (in seconds) between each encryption key rotation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spekeKeyProviderSets 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.
 
- 
spekeKeyProviderdefault DashEncryption.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 on- SpekeKeyProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-