Interface SavedAddress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SavedAddress.Builder,
,SavedAddress> SdkBuilder<SavedAddress.Builder,
,SavedAddress> SdkPojo
- Enclosing class:
SavedAddress
@Mutable
@NotThreadSafe
public static interface SavedAddress.Builder
extends SdkPojo, CopyableBuilder<SavedAddress.Builder,SavedAddress>
-
Method Summary
Modifier and TypeMethodDescriptionThe email or domain that constitutes the address.createdTimestamp
(Instant createdTimestamp) The timestamp of when the address was added to the address list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
address
The email or domain that constitutes the address.
- Parameters:
address
- The email or domain that constitutes the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The timestamp of when the address was added to the address list.
- Parameters:
createdTimestamp
- The timestamp of when the address was added to the address list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-