Interface EmailOutboundConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EmailOutboundConfig.Builder,,- EmailOutboundConfig> - SdkBuilder<EmailOutboundConfig.Builder,,- EmailOutboundConfig> - SdkPojo
- Enclosing class:
- EmailOutboundConfig
@Mutable
@NotThreadSafe
public static interface EmailOutboundConfig.Builder
extends SdkPojo, CopyableBuilder<EmailOutboundConfig.Builder,EmailOutboundConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectSourceEmailAddress(String connectSourceEmailAddress) Sets the value of the ConnectSourceEmailAddress property for this object.sourceEmailAddressDisplayName(String sourceEmailAddressDisplayName) Sets the value of the SourceEmailAddressDisplayName property for this object.wisdomTemplateArn(String wisdomTemplateArn) Sets the value of the WisdomTemplateArn property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectSourceEmailAddressSets 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.
 
- 
sourceEmailAddressDisplayNameSets the value of the SourceEmailAddressDisplayName property for this object.- Parameters:
- sourceEmailAddressDisplayName- The new value for the SourceEmailAddressDisplayName property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wisdomTemplateArnSets the value of the WisdomTemplateArn property for this object.- Parameters:
- wisdomTemplateArn- The new value for the WisdomTemplateArn property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-