public static final class QueueImportProps.Builder extends Object
QueueImportProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QueueImportProps |
build()
Builds the configured instance.
|
QueueImportProps.Builder |
withKeyArn(String value)
Sets the value of KeyArn
|
QueueImportProps.Builder |
withQueueArn(String value)
Sets the value of QueueArn
|
QueueImportProps.Builder |
withQueueName(String value)
Sets the value of QueueName
|
QueueImportProps.Builder |
withQueueUrl(String value)
Sets the value of QueueUrl
|
public QueueImportProps.Builder withQueueArn(String value)
value - The ARN of the queue.thispublic QueueImportProps.Builder withQueueUrl(String value)
value - The URL of the queue.thispublic QueueImportProps.Builder withKeyArn(@Nullable String value)
value - KMS encryption key, if this queue is server-side encrypted by a KMS key.thispublic QueueImportProps.Builder withQueueName(@Nullable String value)
value - The name of the queue.thispublic QueueImportProps build()
QueueImportPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.