@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:25.131Z") @Stability(value=Stable) public interface CfnConfigurationSetProps extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
CfnConfigurationSetProps cfnConfigurationSetProps = CfnConfigurationSetProps.builder()
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSetProps.Builder
A builder for
CfnConfigurationSetProps |
static class |
CfnConfigurationSetProps.Jsii$Proxy
An implementation for
CfnConfigurationSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSetProps.Builder |
builder() |
default String |
getName()
The name of the configuration set.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnConfigurationSetProps.Builder builder()
CfnConfigurationSetProps.Builder of CfnConfigurationSetPropsCopyright © 2022. All rights reserved.