Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sqs.CfnQueueMixinProps.Builder
Packages that use CfnQueueMixinProps.Builder
-
Uses of CfnQueueMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.sqs
Methods in software.amazon.awscdk.cfnpropertymixins.services.sqs that return CfnQueueMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnQueueMixinProps.BuilderCfnQueueMixinProps.builder()CfnQueueMixinProps.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication) Sets the value ofCfnQueueMixinProps.getContentBasedDeduplication()CfnQueueMixinProps.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication) Sets the value ofCfnQueueMixinProps.getContentBasedDeduplication()CfnQueueMixinProps.Builder.deduplicationScope(String deduplicationScope) Sets the value ofCfnQueueMixinProps.getDeduplicationScope()CfnQueueMixinProps.Builder.delaySeconds(Number delaySeconds) Sets the value ofCfnQueueMixinProps.getDelaySeconds()Sets the value ofCfnQueueMixinProps.getFifoQueue()CfnQueueMixinProps.Builder.fifoQueue(IResolvable fifoQueue) Sets the value ofCfnQueueMixinProps.getFifoQueue()CfnQueueMixinProps.Builder.fifoThroughputLimit(String fifoThroughputLimit) Sets the value ofCfnQueueMixinProps.getFifoThroughputLimit()CfnQueueMixinProps.Builder.kmsDataKeyReusePeriodSeconds(Number kmsDataKeyReusePeriodSeconds) Sets the value ofCfnQueueMixinProps.getKmsDataKeyReusePeriodSeconds()CfnQueueMixinProps.Builder.kmsMasterKeyId(String kmsMasterKeyId) Sets the value ofCfnQueueMixinProps.getKmsMasterKeyId()CfnQueueMixinProps.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) Sets the value ofCfnQueueMixinProps.getKmsMasterKeyId()CfnQueueMixinProps.Builder.kmsMasterKeyId(IKeyRef kmsMasterKeyId) Sets the value ofCfnQueueMixinProps.getKmsMasterKeyId()CfnQueueMixinProps.Builder.maximumMessageSize(Number maximumMessageSize) Sets the value ofCfnQueueMixinProps.getMaximumMessageSize()CfnQueueMixinProps.Builder.messageRetentionPeriod(Number messageRetentionPeriod) Sets the value ofCfnQueueMixinProps.getMessageRetentionPeriod()Sets the value ofCfnQueueMixinProps.getQueueName()CfnQueueMixinProps.Builder.receiveMessageWaitTimeSeconds(Number receiveMessageWaitTimeSeconds) Sets the value ofCfnQueueMixinProps.getReceiveMessageWaitTimeSeconds()CfnQueueMixinProps.Builder.redriveAllowPolicy(Object redriveAllowPolicy) Sets the value ofCfnQueueMixinProps.getRedriveAllowPolicy()CfnQueueMixinProps.Builder.redrivePolicy(Object redrivePolicy) Sets the value ofCfnQueueMixinProps.getRedrivePolicy()CfnQueueMixinProps.Builder.sqsManagedSseEnabled(Boolean sqsManagedSseEnabled) Sets the value ofCfnQueueMixinProps.getSqsManagedSseEnabled()CfnQueueMixinProps.Builder.sqsManagedSseEnabled(IResolvable sqsManagedSseEnabled) Sets the value ofCfnQueueMixinProps.getSqsManagedSseEnabled()Sets the value ofCfnQueueMixinProps.getTags()CfnQueueMixinProps.Builder.visibilityTimeout(Number visibilityTimeout) Sets the value ofCfnQueueMixinProps.getVisibilityTimeout()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sqs with parameters of type CfnQueueMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueMixinProps.Builder.