Class CfnNotificationPropsMixin.NotificationContentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnNotificationPropsMixin.NotificationContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationPropsMixin.NotificationContentProperty>
- Enclosing interface:
CfnNotificationPropsMixin.NotificationContentProperty
@Stability(Stable)
public static final class CfnNotificationPropsMixin.NotificationContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationPropsMixin.NotificationContentProperty>
A builder for
CfnNotificationPropsMixin.NotificationContentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getDeDe()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getEnUs()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getEsEs()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getFrFr()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getIdId()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getItIt()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getJaJp()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getKoKr()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getPtBr()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getZhCn()Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getZhTw()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deDe
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder deDe(String deDe) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getDeDe()- Parameters:
deDe- Localized notification content.- Returns:
this
-
enUs
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder enUs(String enUs) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getEnUs()- Parameters:
enUs- Localized notification content.- Returns:
this
-
esEs
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder esEs(String esEs) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getEsEs()- Parameters:
esEs- Localized notification content.- Returns:
this
-
frFr
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder frFr(String frFr) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getFrFr()- Parameters:
frFr- Localized notification content.- Returns:
this
-
idId
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder idId(String idId) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getIdId()- Parameters:
idId- Localized notification content.- Returns:
this
-
itIt
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder itIt(String itIt) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getItIt()- Parameters:
itIt- Localized notification content.- Returns:
this
-
jaJp
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder jaJp(String jaJp) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getJaJp()- Parameters:
jaJp- Localized notification content.- Returns:
this
-
koKr
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder koKr(String koKr) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getKoKr()- Parameters:
koKr- Localized notification content.- Returns:
this
-
ptBr
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder ptBr(String ptBr) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getPtBr()- Parameters:
ptBr- Localized notification content.- Returns:
this
-
zhCn
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder zhCn(String zhCn) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getZhCn()- Parameters:
zhCn- Localized notification content.- Returns:
this
-
zhTw
@Stability(Stable) public CfnNotificationPropsMixin.NotificationContentProperty.Builder zhTw(String zhTw) Sets the value ofCfnNotificationPropsMixin.NotificationContentProperty.getZhTw()- Parameters:
zhTw- Localized notification content.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationPropsMixin.NotificationContentProperty>- Returns:
- a new instance of
CfnNotificationPropsMixin.NotificationContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-