public static interface Queue.Builder extends CopyableBuilder<Queue.Builder,Queue>
| Modifier and Type | Method and Description |
|---|---|
Queue.Builder |
name(String name)
The name of the queue.
|
Queue.Builder |
url(String url)
The URL of the queue.
|
copyapply, buildQueue.Builder name(String name)
The name of the queue.
name - The name of the queue.Queue.Builder url(String url)
The URL of the queue.
url - The URL of the queue.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.