@Stability(value=Experimental) public static final class QueueAttributes.Builder extends Object implements software.amazon.jsii.Builder<QueueAttributes>
QueueAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QueueAttributes |
build()
Builds the configured instance.
|
QueueAttributes.Builder |
keyArn(String keyArn)
Sets the value of
QueueAttributes.getKeyArn() |
QueueAttributes.Builder |
queueArn(String queueArn)
Sets the value of
QueueAttributes.getQueueArn() |
QueueAttributes.Builder |
queueName(String queueName)
Sets the value of
QueueAttributes.getQueueName() |
QueueAttributes.Builder |
queueUrl(String queueUrl)
Sets the value of
QueueAttributes.getQueueUrl() |
@Stability(value=Experimental) public QueueAttributes.Builder queueArn(String queueArn)
QueueAttributes.getQueueArn()queueArn - The ARN of the queue. This parameter is required.this@Stability(value=Experimental) public QueueAttributes.Builder keyArn(String keyArn)
QueueAttributes.getKeyArn()keyArn - KMS encryption key, if this queue is server-side encrypted by a KMS key.this@Stability(value=Experimental) public QueueAttributes.Builder queueName(String queueName)
QueueAttributes.getQueueName()queueName - The name of the queue.this@Stability(value=Experimental) public QueueAttributes.Builder queueUrl(String queueUrl)
QueueAttributes.getQueueUrl()queueUrl - The URL of the queue.this@Stability(value=Experimental) public QueueAttributes build()
build in interface software.amazon.jsii.Builder<QueueAttributes>QueueAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.