@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-07T22:16:52.944Z") public interface QueueImportProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueueImportProps.Builder
A builder for
QueueImportProps |
static class |
QueueImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static QueueImportProps.Builder |
builder() |
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.
|
String getQueueArn()
void setQueueArn(String value)
String getQueueUrl()
void setQueueUrl(String value)
String getKeyArn()
void setKeyArn(String value)
String getQueueName()
void setQueueName(String value)
static QueueImportProps.Builder builder()
QueueImportProps.Builder of QueueImportPropsCopyright © 2019. All rights reserved.