@Stability(value=Stable) public static final class CfnEmailChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailChannelProps>
CfnEmailChannelProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEmailChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnEmailChannelProps.getApplicationId() |
CfnEmailChannelProps |
build()
Builds the configured instance.
|
CfnEmailChannelProps.Builder |
configurationSet(String configurationSet)
Sets the value of
CfnEmailChannelProps.getConfigurationSet() |
CfnEmailChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnEmailChannelProps.getEnabled() |
CfnEmailChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnEmailChannelProps.getEnabled() |
CfnEmailChannelProps.Builder |
fromAddress(String fromAddress)
Sets the value of
CfnEmailChannelProps.getFromAddress() |
CfnEmailChannelProps.Builder |
identity(String identity)
Sets the value of
CfnEmailChannelProps.getIdentity() |
CfnEmailChannelProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnEmailChannelProps.getRoleArn() |
@Stability(value=Stable) public CfnEmailChannelProps.Builder applicationId(String applicationId)
CfnEmailChannelProps.getApplicationId()
applicationId
- `AWS::Pinpoint::EmailChannel.ApplicationId`. This parameter is required.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder fromAddress(String fromAddress)
CfnEmailChannelProps.getFromAddress()
fromAddress
- `AWS::Pinpoint::EmailChannel.FromAddress`. This parameter is required.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder identity(String identity)
CfnEmailChannelProps.getIdentity()
identity
- `AWS::Pinpoint::EmailChannel.Identity`. This parameter is required.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder configurationSet(String configurationSet)
CfnEmailChannelProps.getConfigurationSet()
configurationSet
- `AWS::Pinpoint::EmailChannel.ConfigurationSet`.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder enabled(Boolean enabled)
CfnEmailChannelProps.getEnabled()
enabled
- `AWS::Pinpoint::EmailChannel.Enabled`.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder enabled(IResolvable enabled)
CfnEmailChannelProps.getEnabled()
enabled
- `AWS::Pinpoint::EmailChannel.Enabled`.this
@Stability(value=Stable) public CfnEmailChannelProps.Builder roleArn(String roleArn)
CfnEmailChannelProps.getRoleArn()
roleArn
- `AWS::Pinpoint::EmailChannel.RoleArn`.this
@Stability(value=Stable) public CfnEmailChannelProps build()
build
in interface software.amazon.jsii.Builder<CfnEmailChannelProps>
CfnEmailChannelProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.