Interface StorageLensDataExportEncryption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageLensDataExportEncryption.Builder,StorageLensDataExportEncryption>,SdkBuilder<StorageLensDataExportEncryption.Builder,StorageLensDataExportEncryption>,SdkPojo
- Enclosing class:
- StorageLensDataExportEncryption
public static interface StorageLensDataExportEncryption.Builder extends SdkPojo, CopyableBuilder<StorageLensDataExportEncryption.Builder,StorageLensDataExportEncryption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StorageLensDataExportEncryption.Builderssekms(Consumer<SSEKMS.Builder> ssekms)This is a convenience method that creates an instance of theSSEKMS.Builderavoiding the need to create one manually viaSSEKMS.builder().StorageLensDataExportEncryption.Builderssekms(SSEKMS ssekms)default StorageLensDataExportEncryption.Buildersses3(Consumer<SSES3.Builder> sses3)This is a convenience method that creates an instance of theSSES3.Builderavoiding the need to create one manually viaSSES3.builder().StorageLensDataExportEncryption.Buildersses3(SSES3 sses3)-
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
-
sses3
StorageLensDataExportEncryption.Builder sses3(SSES3 sses3)
- Parameters:
sses3-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sses3
default StorageLensDataExportEncryption.Builder sses3(Consumer<SSES3.Builder> sses3)
This is a convenience method that creates an instance of theSSES3.Builderavoiding the need to create one manually viaSSES3.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosses3(SSES3).- Parameters:
sses3- a consumer that will call methods onSSES3.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sses3(SSES3)
-
ssekms
StorageLensDataExportEncryption.Builder ssekms(SSEKMS ssekms)
- Parameters:
ssekms-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssekms
default StorageLensDataExportEncryption.Builder ssekms(Consumer<SSEKMS.Builder> ssekms)
This is a convenience method that creates an instance of theSSEKMS.Builderavoiding the need to create one manually viaSSEKMS.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tossekms(SSEKMS).- Parameters:
ssekms- a consumer that will call methods onSSEKMS.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ssekms(SSEKMS)
-
-