CopyableBuilder<PurgeQueueRequest.Builder,PurgeQueueRequest>
, SdkBuilder<PurgeQueueRequest.Builder,PurgeQueueRequest>
public static interface PurgeQueueRequest.Builder extends CopyableBuilder<PurgeQueueRequest.Builder,PurgeQueueRequest>
Modifier and Type | Method | Description |
---|---|---|
PurgeQueueRequest.Builder |
queueUrl(String queueUrl) |
The URL of the queue from which the
PurgeQueue action deletes messages. |
copy
apply, build
PurgeQueueRequest.Builder queueUrl(String queueUrl)
The URL of the queue from which the PurgeQueue
action deletes messages.
Queue URLs are case-sensitive.
queueUrl
- The URL of the queue from which the PurgeQueue
action deletes messages.
Queue URLs are case-sensitive.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.