Interface StorageLensDataExportEncryption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StorageLensDataExportEncryption.Builder,,- StorageLensDataExportEncryption> - SdkBuilder<StorageLensDataExportEncryption.Builder,,- StorageLensDataExportEncryption> - SdkPojo
- Enclosing class:
- StorageLensDataExportEncryption
@Mutable
@NotThreadSafe
public static interface StorageLensDataExportEncryption.Builder
extends SdkPojo, CopyableBuilder<StorageLensDataExportEncryption.Builder,StorageLensDataExportEncryption> 
- 
Method SummaryModifier and TypeMethodDescriptionssekms(Consumer<SSEKMS.Builder> ssekms) This is a convenience method that creates an instance of theSSEKMS.Builderavoiding the need to create one manually viaSSEKMS.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().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- 
sses3- Parameters:
- sses3-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sses3This 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 on- SSES3.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ssekms- Parameters:
- ssekms-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ssekmsThis 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 on- SSEKMS.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-