Interface EmailChannelResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>,SdkBuilder<EmailChannelResponse.Builder,EmailChannelResponse>,SdkPojo
- Enclosing class:
- EmailChannelResponse
public static interface EmailChannelResponse.Builder extends SdkPojo, CopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailChannelResponse.BuilderapplicationId(String applicationId)The unique identifier for the application that the email channel applies to.EmailChannelResponse.BuilderconfigurationSet(String configurationSet)The Amazon SES configuration set that's applied to messages that are sent through the channel.EmailChannelResponse.BuildercreationDate(String creationDate)The date and time, in ISO 8601 format, when the email channel was enabled.EmailChannelResponse.Builderenabled(Boolean enabled)Specifies whether the email channel is enabled for the application.EmailChannelResponse.BuilderfromAddress(String fromAddress)The verified email address that email is sent from when you send email through the channel.EmailChannelResponse.BuilderhasCredential(Boolean hasCredential)(Not used) This property is retained only for backward compatibility.EmailChannelResponse.Builderid(String id)(Deprecated) An identifier for the email channel.EmailChannelResponse.Builderidentity(String identity)The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.EmailChannelResponse.BuilderisArchived(Boolean isArchived)Specifies whether the email channel is archived.EmailChannelResponse.BuilderlastModifiedBy(String lastModifiedBy)The user who last modified the email channel.EmailChannelResponse.BuilderlastModifiedDate(String lastModifiedDate)The date and time, in ISO 8601 format, when the email channel was last modified.EmailChannelResponse.BuildermessagesPerSecond(Integer messagesPerSecond)The maximum number of emails that can be sent through the channel each second.EmailChannelResponse.Builderplatform(String platform)The type of messaging or notification platform for the channel.EmailChannelResponse.BuilderroleArn(String roleArn)The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.EmailChannelResponse.Builderversion(Integer version)The current version of the email channel.-
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
-
applicationId
EmailChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the email channel applies to.
- Parameters:
applicationId- The unique identifier for the application that the email channel applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSet
EmailChannelResponse.Builder configurationSet(String configurationSet)
The Amazon SES configuration set that's applied to messages that are sent through the channel.
- Parameters:
configurationSet- The Amazon SES configuration set that's applied to messages that are sent through the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
EmailChannelResponse.Builder creationDate(String creationDate)
The date and time, in ISO 8601 format, when the email channel was enabled.
- Parameters:
creationDate- The date and time, in ISO 8601 format, when the email channel was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
EmailChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the email channel is enabled for the application.
- Parameters:
enabled- Specifies whether the email channel is enabled for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fromAddress
EmailChannelResponse.Builder fromAddress(String fromAddress)
The verified email address that email is sent from when you send email through the channel.
- Parameters:
fromAddress- The verified email address that email is sent from when you send email through the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasCredential
EmailChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
- Parameters:
hasCredential- (Not used) This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
EmailChannelResponse.Builder id(String id)
(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.
- Parameters:
id- (Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identity
EmailChannelResponse.Builder identity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.
- Parameters:
identity-The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isArchived
EmailChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the email channel is archived.
- Parameters:
isArchived- Specifies whether the email channel is archived.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
EmailChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the email channel.
- Parameters:
lastModifiedBy- The user who last modified the email channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
EmailChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the email channel was last modified.
- Parameters:
lastModifiedDate- The date and time, in ISO 8601 format, when the email channel was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messagesPerSecond
EmailChannelResponse.Builder messagesPerSecond(Integer messagesPerSecond)
The maximum number of emails that can be sent through the channel each second.
- Parameters:
messagesPerSecond- The maximum number of emails that can be sent through the channel each second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
EmailChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.
- Parameters:
platform- The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
EmailChannelResponse.Builder roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.
- Parameters:
roleArn-The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
EmailChannelResponse.Builder version(Integer version)
The current version of the email channel.
- Parameters:
version- The current version of the email channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-