| Modifier and Type | Method and Description |
|---|---|
static CfnQueueProps.Builder |
CfnQueueProps.builder() |
CfnQueueProps.Builder |
CfnQueueProps.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication)
Sets the value of ContentBasedDeduplication
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.contentBasedDeduplication(software.amazon.awscdk.core.IResolvable contentBasedDeduplication)
Sets the value of ContentBasedDeduplication
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.delaySeconds(Number delaySeconds)
Sets the value of DelaySeconds
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.fifoQueue(Boolean fifoQueue)
Sets the value of FifoQueue
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.fifoQueue(software.amazon.awscdk.core.IResolvable fifoQueue)
Sets the value of FifoQueue
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.kmsDataKeyReusePeriodSeconds(Number kmsDataKeyReusePeriodSeconds)
Sets the value of KmsDataKeyReusePeriodSeconds
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.kmsMasterKeyId(String kmsMasterKeyId)
Sets the value of KmsMasterKeyId
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.maximumMessageSize(Number maximumMessageSize)
Sets the value of MaximumMessageSize
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.messageRetentionPeriod(Number messageRetentionPeriod)
Sets the value of MessageRetentionPeriod
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.queueName(String queueName)
Sets the value of QueueName
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.receiveMessageWaitTimeSeconds(Number receiveMessageWaitTimeSeconds)
Sets the value of ReceiveMessageWaitTimeSeconds
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.redrivePolicy(Object redrivePolicy)
Sets the value of RedrivePolicy
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.tags(List<software.amazon.awscdk.core.CfnTag> tags)
Sets the value of Tags
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.visibilityTimeout(Number visibilityTimeout)
Sets the value of VisibilityTimeout
|
Copyright © 2019. All rights reserved.