public static final class QueueImportProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QueueImportProps
software.amazon.jsii.JsiiObject.InitializationModeQueueImportProps.Builder, QueueImportProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyArn()
KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
String |
getQueueArn()
The ARN of the queue.
|
String |
getQueueName()
The name of the queue.
|
String |
getQueueUrl()
The URL of the queue.
|
void |
setKeyArn(String value)
KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
void |
setQueueArn(String value)
The ARN of the queue.
|
void |
setQueueName(String value)
The name of the queue.
|
void |
setQueueUrl(String value)
The URL of the queue.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getQueueArn()
getQueueArn in interface QueueImportPropspublic void setQueueArn(String value)
setQueueArn in interface QueueImportPropspublic String getQueueUrl()
getQueueUrl in interface QueueImportPropspublic void setQueueUrl(String value)
setQueueUrl in interface QueueImportProps@Nullable public String getKeyArn()
getKeyArn in interface QueueImportPropspublic void setKeyArn(@Nullable String value)
setKeyArn in interface QueueImportProps@Nullable public String getQueueName()
getQueueName in interface QueueImportPropspublic void setQueueName(@Nullable String value)
setQueueName in interface QueueImportPropsCopyright © 2019. All rights reserved.