public static interface QueueReference.Builder extends SdkPojo, CopyableBuilder<QueueReference.Builder,QueueReference>
Modifier and Type | Method and Description |
---|---|
QueueReference.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of queue.
|
QueueReference.Builder |
id(String id)
The ID of the queue associated with the metrics returned.
|
copy
applyMutation, build
QueueReference.Builder id(String id)
The ID of the queue associated with the metrics returned.
id
- The ID of the queue associated with the metrics returned.QueueReference.Builder arn(String arn)
The Amazon Resource Name (ARN) of queue.
arn
- The Amazon Resource Name (ARN) of queue.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.