@Stability(value=Stable)
public static interface CfnStorageLens.SSEKMSProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
SSEKMSProperty sSEKMSProperty = SSEKMSProperty.builder()
.keyId("keyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.SSEKMSProperty.Builder
A builder for
CfnStorageLens.SSEKMSProperty |
static class |
CfnStorageLens.SSEKMSProperty.Jsii$Proxy
An implementation for
CfnStorageLens.SSEKMSProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.SSEKMSProperty.Builder |
builder() |
String |
getKeyId()
`CfnStorageLens.SSEKMSProperty.KeyId`.
|
@Stability(value=Stable) @NotNull String getKeyId()
@Stability(value=Stable) static CfnStorageLens.SSEKMSProperty.Builder builder()
Copyright © 2022. All rights reserved.