@Stability(value=Stable)
public static interface CfnEmailIdentity.MailFromAttributesProperty
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.*;
MailFromAttributesProperty mailFromAttributesProperty = MailFromAttributesProperty.builder()
.behaviorOnMxFailure("behaviorOnMxFailure")
.mailFromDomain("mailFromDomain")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailIdentity.MailFromAttributesProperty.Builder
A builder for
CfnEmailIdentity.MailFromAttributesProperty |
static class |
CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
An implementation for
CfnEmailIdentity.MailFromAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailIdentity.MailFromAttributesProperty.Builder |
builder() |
default String |
getBehaviorOnMxFailure()
`CfnEmailIdentity.MailFromAttributesProperty.BehaviorOnMxFailure`.
|
default String |
getMailFromDomain()
`CfnEmailIdentity.MailFromAttributesProperty.MailFromDomain`.
|
@Stability(value=Stable) @Nullable default String getBehaviorOnMxFailure()
@Stability(value=Stable) @Nullable default String getMailFromDomain()
@Stability(value=Stable) static CfnEmailIdentity.MailFromAttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.