public static interface Queue.Builder extends CopyableBuilder<Queue.Builder,Queue>
| Modifier and Type | Method and Description |
|---|---|
Queue.Builder |
arn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Queue.Builder |
createdAt(Instant createdAt)
The timestamp in epoch seconds for queue creation.
|
Queue.Builder |
description(String description)
An optional description you create for each queue.
|
Queue.Builder |
lastUpdated(Instant lastUpdated)
The timestamp in epoch seconds when the queue was last updated.
|
Queue.Builder |
name(String name)
A name you create for each queue.
|
Queue.Builder |
status(QueueStatus status)
Sets the value of the Status property for this object.
|
Queue.Builder |
status(String status)
Sets the value of the Status property for this object.
|
Queue.Builder |
type(String type)
A queue can be of two types: system or custom.
|
Queue.Builder |
type(Type type)
A queue can be of two types: system or custom.
|
copyapply, buildQueue.Builder arn(String arn)
arn - An identifier for this resource that is unique within all of AWS.Queue.Builder createdAt(Instant createdAt)
createdAt - The timestamp in epoch seconds for queue creation.Queue.Builder description(String description)
description - An optional description you create for each queue.Queue.Builder lastUpdated(Instant lastUpdated)
lastUpdated - The timestamp in epoch seconds when the queue was last updated.Queue.Builder name(String name)
name - A name you create for each queue. Each name must be unique within your account.Queue.Builder status(String status)
status - The new value for the Status property for this object.QueueStatus,
QueueStatusQueue.Builder status(QueueStatus status)
status - The new value for the Status property for this object.QueueStatus,
QueueStatusQueue.Builder type(String type)
Queue.Builder type(Type type)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.