Uses of Class
software.amazon.awscdk.services.sqs.QueueProps.Builder
Packages that use QueueProps.Builder
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of QueueProps.Builder in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return QueueProps.BuilderModifier and TypeMethodDescriptionstatic QueueProps.BuilderQueueProps.builder()QueueProps.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication) Sets the value ofQueueProps.getContentBasedDeduplication()QueueProps.Builder.dataKeyReuse(Duration dataKeyReuse) Sets the value ofQueueProps.getDataKeyReuse()QueueProps.Builder.deadLetterQueue(DeadLetterQueue deadLetterQueue) Sets the value ofQueueProps.getDeadLetterQueue()QueueProps.Builder.deduplicationScope(DeduplicationScope deduplicationScope) Sets the value ofQueueProps.getDeduplicationScope()QueueProps.Builder.deliveryDelay(Duration deliveryDelay) Sets the value ofQueueProps.getDeliveryDelay()QueueProps.Builder.encryption(QueueEncryption encryption) Sets the value ofQueueProps.getEncryption()QueueProps.Builder.encryptionMasterKey(IKey encryptionMasterKey) Sets the value ofQueueProps.getEncryptionMasterKey()Sets the value ofQueueProps.getFifo()QueueProps.Builder.fifoThroughputLimit(FifoThroughputLimit fifoThroughputLimit) Sets the value ofQueueProps.getFifoThroughputLimit()QueueProps.Builder.maxMessageSizeBytes(Number maxMessageSizeBytes) Sets the value ofQueueProps.getMaxMessageSizeBytes()Sets the value ofQueueProps.getQueueName()QueueProps.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime) Sets the value ofQueueProps.getReceiveMessageWaitTime()QueueProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofQueueProps.getRemovalPolicy()QueueProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProps.getRetentionPeriod()QueueProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProps.getVisibilityTimeout()Constructors in software.amazon.awscdk.services.sqs with parameters of type QueueProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(QueueProps.Builder builder) Constructor that initializes the object based on literal property values passed by theQueueProps.Builder.