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