| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static SSEKMS.Builder |
SSEKMS.builder() |
SSEKMS.Builder |
SSEKMS.Builder.keyId(String keyId)
A container for the ARN of the SSE-KMS encryption.
|
SSEKMS.Builder |
SSEKMS.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SSEKMS.Builder> |
SSEKMS.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorageLensDataExportEncryption.Builder |
StorageLensDataExportEncryption.Builder.ssekms(Consumer<SSEKMS.Builder> ssekms)
This is a convenience that creates an instance of the
SSEKMS.Builder avoiding the need to create one
manually via SSEKMS.builder(). |
Copyright © 2021. All rights reserved.