@Stability(value=Stable)
public static interface CfnConfigurationSet.SuppressionOptionsProperty
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.ses.*;
SuppressionOptionsProperty suppressionOptionsProperty = SuppressionOptionsProperty.builder()
.suppressedReasons(List.of("suppressedReasons"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSet.SuppressionOptionsProperty.Builder
A builder for
CfnConfigurationSet.SuppressionOptionsProperty |
static class |
CfnConfigurationSet.SuppressionOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.SuppressionOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSet.SuppressionOptionsProperty.Builder |
builder() |
default List<String> |
getSuppressedReasons()
`CfnConfigurationSet.SuppressionOptionsProperty.SuppressedReasons`.
|
@Stability(value=Stable) @Nullable default List<String> getSuppressedReasons()
@Stability(value=Stable) static CfnConfigurationSet.SuppressionOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.