ToCopyableBuilder<ExtensionField.Builder,ExtensionField>
@Generated("software.amazon.awssdk:codegen") public class ExtensionField extends Object implements ToCopyableBuilder<ExtensionField.Builder,ExtensionField>
Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExtensionField.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ExtensionField.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the header to add.
|
static Class<? extends ExtensionField.Builder> |
serializableBuilderClass() |
|
ExtensionField.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value of the header to add.
|
public String name()
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
public String value()
The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
public ExtensionField.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExtensionField.Builder,ExtensionField>
public static ExtensionField.Builder builder()
public static Class<? extends ExtensionField.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.