@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:58.852Z")
public interface EmailSettings
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.cognito.*; EmailSettings emailSettings = EmailSettings.builder() .from("from") .replyTo("replyTo") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
EmailSettings.Builder
A builder for
EmailSettings |
static class |
EmailSettings.Jsii$Proxy
An implementation for
EmailSettings |
Modifier and Type | Method and Description |
---|---|
static EmailSettings.Builder |
builder() |
default java.lang.String |
getFrom()
The 'from' address on the emails received by the user.
|
default java.lang.String |
getReplyTo()
The 'replyTo' address on the emails received by the user as defined by IETF RFC-5322.
|
default java.lang.String getFrom()
Default: noreply
default java.lang.String getReplyTo()
When set, most email clients recognize to change 'to' line to this address when a reply is drafted.
Default: - Not set.
static EmailSettings.Builder builder()
EmailSettings.Builder
of EmailSettings