Interface SuppressedDestinationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>,SdkBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>,SdkPojo
- Enclosing class:
- SuppressedDestinationSummary
public static interface SuppressedDestinationSummary.Builder extends SdkPojo, CopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuppressedDestinationSummary.BuilderemailAddress(String emailAddress)The email address that's on the suppression list for your account.SuppressedDestinationSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The date and time when the suppressed destination was last updated, shown in Unix time format.SuppressedDestinationSummary.Builderreason(String reason)The reason that the address was added to the suppression list for your account.SuppressedDestinationSummary.Builderreason(SuppressionListReason reason)The reason that the address was added to the suppression list for your account.-
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, sdkFields
-
-
-
-
Method Detail
-
emailAddress
SuppressedDestinationSummary.Builder emailAddress(String emailAddress)
The email address that's on the suppression list for your account.
- Parameters:
emailAddress- The email address that's on the suppression list for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
SuppressedDestinationSummary.Builder reason(String reason)
The reason that the address was added to the suppression list for your account.
- Parameters:
reason- The reason that the address was added to the suppression list for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SuppressionListReason,SuppressionListReason
-
reason
SuppressedDestinationSummary.Builder reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
- Parameters:
reason- The reason that the address was added to the suppression list for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SuppressionListReason,SuppressionListReason
-
lastUpdateTime
SuppressedDestinationSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
- Parameters:
lastUpdateTime- The date and time when the suppressed destination was last updated, shown in Unix time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-