public static class SseConfiguration.Rule extends Object
SseConfiguration.| Constructor and Description |
|---|
Rule(SseAlgorithm sseAlgorithm,
String kmsMasterKeyId)
Constructs new server-side encryption configuration rule.
|
| Modifier and Type | Method and Description |
|---|---|
String |
kmsMasterKeyId() |
SseAlgorithm |
sseAlgorithm() |
String |
toString() |
public Rule(@Nonnull SseAlgorithm sseAlgorithm, @Nullable String kmsMasterKeyId)
public String kmsMasterKeyId()
public SseAlgorithm sseAlgorithm()