Package com.pulumi.aws.ses.inputs
Class IdentityNotificationTopicState.Builder
- java.lang.Object
-
- com.pulumi.aws.ses.inputs.IdentityNotificationTopicState.Builder
-
- Enclosing class:
- IdentityNotificationTopicState
public static final class IdentityNotificationTopicState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IdentityNotificationTopicState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityNotificationTopicState
build()
IdentityNotificationTopicState.Builder
identity(com.pulumi.core.Output<java.lang.String> identity)
IdentityNotificationTopicState.Builder
identity(java.lang.String identity)
IdentityNotificationTopicState.Builder
includeOriginalHeaders(com.pulumi.core.Output<java.lang.Boolean> includeOriginalHeaders)
IdentityNotificationTopicState.Builder
includeOriginalHeaders(java.lang.Boolean includeOriginalHeaders)
IdentityNotificationTopicState.Builder
notificationType(com.pulumi.core.Output<java.lang.String> notificationType)
IdentityNotificationTopicState.Builder
notificationType(java.lang.String notificationType)
IdentityNotificationTopicState.Builder
topicArn(com.pulumi.core.Output<java.lang.String> topicArn)
IdentityNotificationTopicState.Builder
topicArn(java.lang.String topicArn)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IdentityNotificationTopicState defaults)
-
-
Method Detail
-
identity
public IdentityNotificationTopicState.Builder identity(@Nullable com.pulumi.core.Output<java.lang.String> identity)
- Parameters:
identity
- The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).- Returns:
- builder
-
identity
public IdentityNotificationTopicState.Builder identity(java.lang.String identity)
- Parameters:
identity
- The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).- Returns:
- builder
-
includeOriginalHeaders
public IdentityNotificationTopicState.Builder includeOriginalHeaders(@Nullable com.pulumi.core.Output<java.lang.Boolean> includeOriginalHeaders)
- Parameters:
includeOriginalHeaders
- Whether SES should include original email headers in SNS notifications of this type. `false` by default.- Returns:
- builder
-
includeOriginalHeaders
public IdentityNotificationTopicState.Builder includeOriginalHeaders(java.lang.Boolean includeOriginalHeaders)
- Parameters:
includeOriginalHeaders
- Whether SES should include original email headers in SNS notifications of this type. `false` by default.- Returns:
- builder
-
notificationType
public IdentityNotificationTopicState.Builder notificationType(@Nullable com.pulumi.core.Output<java.lang.String> notificationType)
- Parameters:
notificationType
- The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: `Bounce`, `Complaint` or `Delivery`.- Returns:
- builder
-
notificationType
public IdentityNotificationTopicState.Builder notificationType(java.lang.String notificationType)
- Parameters:
notificationType
- The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: `Bounce`, `Complaint` or `Delivery`.- Returns:
- builder
-
topicArn
public IdentityNotificationTopicState.Builder topicArn(@Nullable com.pulumi.core.Output<java.lang.String> topicArn)
- Parameters:
topicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to `""` (an empty string) to disable publishing.- Returns:
- builder
-
topicArn
public IdentityNotificationTopicState.Builder topicArn(java.lang.String topicArn)
- Parameters:
topicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to `""` (an empty string) to disable publishing.- Returns:
- builder
-
build
public IdentityNotificationTopicState build()
-
-