@Stability(value=Stable)
public static interface CfnEmailIdentity.ConfigurationSetAttributesProperty
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.*;
ConfigurationSetAttributesProperty configurationSetAttributesProperty = ConfigurationSetAttributesProperty.builder()
.configurationSetName("configurationSetName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailIdentity.ConfigurationSetAttributesProperty.Builder
A builder for
CfnEmailIdentity.ConfigurationSetAttributesProperty |
static class |
CfnEmailIdentity.ConfigurationSetAttributesProperty.Jsii$Proxy
An implementation for
CfnEmailIdentity.ConfigurationSetAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailIdentity.ConfigurationSetAttributesProperty.Builder |
builder() |
default String |
getConfigurationSetName()
`CfnEmailIdentity.ConfigurationSetAttributesProperty.ConfigurationSetName`.
|
@Stability(value=Stable) @Nullable default String getConfigurationSetName()
@Stability(value=Stable) static CfnEmailIdentity.ConfigurationSetAttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.