@Stability(value=Stable) public static final class QueueAttributes.Builder extends Object
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 KeyArn
|
QueueAttributes.Builder |
queueArn(String queueArn)
Sets the value of QueueArn
|
QueueAttributes.Builder |
queueName(String queueName)
Sets the value of QueueName
|
QueueAttributes.Builder |
queueUrl(String queueUrl)
Sets the value of QueueUrl
|
@Stability(value=Stable) public QueueAttributes.Builder queueArn(String queueArn)
queueArn - The ARN of the queue.this@Stability(value=Stable) public QueueAttributes.Builder keyArn(String keyArn)
keyArn - KMS encryption key, if this queue is server-side encrypted by a KMS key.this@Stability(value=Stable) public QueueAttributes.Builder queueName(String queueName)
queueName - The name of the queue.this@Stability(value=Stable) public QueueAttributes.Builder queueUrl(String queueUrl)
queueUrl - The URL of the queue.this@Stability(value=Stable) public QueueAttributes build()
QueueAttributesNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.