public static interface SseConfig.Builder extends SdkPojo, CopyableBuilder<SseConfig.Builder,SseConfig>
| Modifier and Type | Method and Description |
|---|---|
SseConfig.Builder |
keyArn(String keyArn)
An encryption key ARN.
|
SseConfig.Builder |
type(EncryptionType type)
The encryption type.
|
SseConfig.Builder |
type(String type)
The encryption type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSseConfig.Builder type(String type)
The encryption type.
type - The encryption type.EncryptionType,
EncryptionTypeSseConfig.Builder type(EncryptionType type)
The encryption type.
type - The encryption type.EncryptionType,
EncryptionTypeSseConfig.Builder keyArn(String keyArn)
An encryption key ARN.
keyArn - An encryption key ARN.Copyright © 2023. All rights reserved.