Interface EmailChannelSubtypeParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EmailChannelSubtypeParameters.Builder,EmailChannelSubtypeParameters>,SdkBuilder<EmailChannelSubtypeParameters.Builder,EmailChannelSubtypeParameters>,SdkPojo
- Enclosing class:
- EmailChannelSubtypeParameters
public static interface EmailChannelSubtypeParameters.Builder extends SdkPojo, CopyableBuilder<EmailChannelSubtypeParameters.Builder,EmailChannelSubtypeParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailChannelSubtypeParameters.BuilderconnectSourceEmailAddress(String connectSourceEmailAddress)Sets the value of the ConnectSourceEmailAddress property for this object.EmailChannelSubtypeParameters.BuilderdestinationEmailAddress(String destinationEmailAddress)Sets the value of the DestinationEmailAddress property for this object.EmailChannelSubtypeParameters.BuildertemplateArn(String templateArn)Sets the value of the TemplateArn property for this object.EmailChannelSubtypeParameters.BuildertemplateParameters(Map<String,String> templateParameters)Sets the value of the TemplateParameters property for this object.-
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 Detail
-
destinationEmailAddress
EmailChannelSubtypeParameters.Builder destinationEmailAddress(String destinationEmailAddress)
Sets the value of the DestinationEmailAddress property for this object.- Parameters:
destinationEmailAddress- The new value for the DestinationEmailAddress property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectSourceEmailAddress
EmailChannelSubtypeParameters.Builder connectSourceEmailAddress(String connectSourceEmailAddress)
Sets the value of the ConnectSourceEmailAddress property for this object.- Parameters:
connectSourceEmailAddress- The new value for the ConnectSourceEmailAddress property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
EmailChannelSubtypeParameters.Builder templateArn(String templateArn)
Sets the value of the TemplateArn property for this object.- Parameters:
templateArn- The new value for the TemplateArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateParameters
EmailChannelSubtypeParameters.Builder templateParameters(Map<String,String> templateParameters)
Sets the value of the TemplateParameters property for this object.- Parameters:
templateParameters- The new value for the TemplateParameters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-