Class CfnTopicMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicMixinProps>
- Enclosing interface:
CfnTopicMixinProps
CfnTopicMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivePolicy(Object archivePolicy) Sets the value ofCfnTopicMixinProps.getArchivePolicy()build()Builds the configured instance.contentBasedDeduplication(Boolean contentBasedDeduplication) Sets the value ofCfnTopicMixinProps.getContentBasedDeduplication()contentBasedDeduplication(IResolvable contentBasedDeduplication) Sets the value ofCfnTopicMixinProps.getContentBasedDeduplication()dataProtectionPolicy(Object dataProtectionPolicy) Sets the value ofCfnTopicMixinProps.getDataProtectionPolicy()deliveryStatusLogging(List<? extends Object> deliveryStatusLogging) Sets the value ofCfnTopicMixinProps.getDeliveryStatusLogging()deliveryStatusLogging(IResolvable deliveryStatusLogging) Sets the value ofCfnTopicMixinProps.getDeliveryStatusLogging()displayName(String displayName) Sets the value ofCfnTopicMixinProps.getDisplayName()fifoThroughputScope(String fifoThroughputScope) Sets the value ofCfnTopicMixinProps.getFifoThroughputScope()Sets the value ofCfnTopicMixinProps.getFifoTopic()fifoTopic(IResolvable fifoTopic) Sets the value ofCfnTopicMixinProps.getFifoTopic()kmsMasterKeyId(String kmsMasterKeyId) Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()kmsMasterKeyId(IAliasRef kmsMasterKeyId) Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()kmsMasterKeyId(IKeyRef kmsMasterKeyId) Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()signatureVersion(String signatureVersion) Sets the value ofCfnTopicMixinProps.getSignatureVersion()subscription(List<? extends Object> subscription) Sets the value ofCfnTopicMixinProps.getSubscription()subscription(IResolvable subscription) Sets the value ofCfnTopicMixinProps.getSubscription()Sets the value ofCfnTopicMixinProps.getTags()Sets the value ofCfnTopicMixinProps.getTopicName()tracingConfig(String tracingConfig) Sets the value ofCfnTopicMixinProps.getTracingConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
archivePolicy
Sets the value ofCfnTopicMixinProps.getArchivePolicy()- Parameters:
archivePolicy- TheArchivePolicydetermines the number of days Amazon retains messages in FIFO topics. You can set a retention period ranging from 1 to 365 days. This property is only applicable to FIFO topics; attempting to use it with standard topics will result in a creation failure.- Returns:
this
-
contentBasedDeduplication
@Stability(Stable) public CfnTopicMixinProps.Builder contentBasedDeduplication(Boolean contentBasedDeduplication) Sets the value ofCfnTopicMixinProps.getContentBasedDeduplication()- Parameters:
contentBasedDeduplication-ContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics. By default, this property is set to false. If you create a FIFO topic withContentBasedDeduplicationset to false, you must provide aMessageDeduplicationIdfor eachPublishaction. When set to true, Amazon automatically generates aMessageDeduplicationIdusing a SHA-256 hash of the message body (excluding message attributes). You can optionally override this generated value by specifying aMessageDeduplicationIdin thePublishaction. Note that this property only applies to FIFO topics; using it with standard topics will cause the creation to fail.- Returns:
this
-
contentBasedDeduplication
@Stability(Stable) public CfnTopicMixinProps.Builder contentBasedDeduplication(IResolvable contentBasedDeduplication) Sets the value ofCfnTopicMixinProps.getContentBasedDeduplication()- Parameters:
contentBasedDeduplication-ContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics. By default, this property is set to false. If you create a FIFO topic withContentBasedDeduplicationset to false, you must provide aMessageDeduplicationIdfor eachPublishaction. When set to true, Amazon automatically generates aMessageDeduplicationIdusing a SHA-256 hash of the message body (excluding message attributes). You can optionally override this generated value by specifying aMessageDeduplicationIdin thePublishaction. Note that this property only applies to FIFO topics; using it with standard topics will cause the creation to fail.- Returns:
this
-
dataProtectionPolicy
@Stability(Stable) public CfnTopicMixinProps.Builder dataProtectionPolicy(Object dataProtectionPolicy) Sets the value ofCfnTopicMixinProps.getDataProtectionPolicy()- Parameters:
dataProtectionPolicy- The body of the policy document you want to use for this topic. You can only add one policy per topic.The policy must be in JSON string format.
Length Constraints: Maximum length of 30,720.
- Returns:
this
-
deliveryStatusLogging
@Stability(Stable) public CfnTopicMixinProps.Builder deliveryStatusLogging(IResolvable deliveryStatusLogging) Sets the value ofCfnTopicMixinProps.getDeliveryStatusLogging()- Parameters:
deliveryStatusLogging- TheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- Returns:
this
-
deliveryStatusLogging
@Stability(Stable) public CfnTopicMixinProps.Builder deliveryStatusLogging(List<? extends Object> deliveryStatusLogging) Sets the value ofCfnTopicMixinProps.getDeliveryStatusLogging()- Parameters:
deliveryStatusLogging- TheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- Returns:
this
-
displayName
Sets the value ofCfnTopicMixinProps.getDisplayName()- Parameters:
displayName- The display name to use for an Amazon topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.- Returns:
this
-
fifoThroughputScope
@Stability(Stable) public CfnTopicMixinProps.Builder fifoThroughputScope(String fifoThroughputScope) Sets the value ofCfnTopicMixinProps.getFifoThroughputScope()- Parameters:
fifoThroughputScope- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values areTopicorMessageGroup.- Returns:
this
-
fifoTopic
Sets the value ofCfnTopicMixinProps.getFifoTopic()- Parameters:
fifoTopic- Set to true to create a FIFO topic.- Returns:
this
-
fifoTopic
Sets the value ofCfnTopicMixinProps.getFifoTopic()- Parameters:
fifoTopic- Set to true to create a FIFO topic.- Returns:
this
-
kmsMasterKeyId
Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()- Parameters:
kmsMasterKeyId- The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK. For more information, see Key terms . For more examples, see[KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters)in the AWS Key Management Service API Reference .This property applies only to server-side-encryption .
- Returns:
this
-
kmsMasterKeyId
Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()- Parameters:
kmsMasterKeyId- The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK. For more information, see Key terms . For more examples, see[KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters)in the AWS Key Management Service API Reference .This property applies only to server-side-encryption .
- Returns:
this
-
kmsMasterKeyId
Sets the value ofCfnTopicMixinProps.getKmsMasterKeyId()- Parameters:
kmsMasterKeyId- The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK. For more information, see Key terms . For more examples, see[KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters)in the AWS Key Management Service API Reference .This property applies only to server-side-encryption .
- Returns:
this
-
signatureVersion
Sets the value ofCfnTopicMixinProps.getSignatureVersion()- Parameters:
signatureVersion- The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,SignatureVersionis set to1.- Returns:
this
-
subscription
Sets the value ofCfnTopicMixinProps.getSubscription()- Parameters:
subscription- The Amazon subscriptions (endpoints) for this topic.If you specify the
Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource is deleted.- Returns:
this
-
subscription
@Stability(Stable) public CfnTopicMixinProps.Builder subscription(List<? extends Object> subscription) Sets the value ofCfnTopicMixinProps.getSubscription()- Parameters:
subscription- The Amazon subscriptions (endpoints) for this topic.If you specify the
Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource is deleted.- Returns:
this
-
tags
Sets the value ofCfnTopicMixinProps.getTags()- Parameters:
tags- The list of tags to add to a new topic.To be able to tag a topic on creation, you must have the
sns:CreateTopicandsns:TagResourcepermissions.- Returns:
this
-
topicName
Sets the value ofCfnTopicMixinProps.getTopicName()- Parameters:
topicName- The name of the topic you want to create. Topic names must include only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long. FIFO topic names must end with.fifo.If you don't specify a name, CloudFormation generates a unique physical ID and uses that ID for the topic name. For more information, see Name type .
If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Returns:
this
-
tracingConfig
Sets the value ofCfnTopicMixinProps.getTracingConfig()- Parameters:
tracingConfig- Tracing mode of an Amazon topic. By defaultTracingConfigis set toPassThrough, and the topic passes through the tracing header it receives from an Amazon publisher to its subscriptions. If set toActive, Amazon will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicMixinProps>- Returns:
- a new instance of
CfnTopicMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-