public static interface QueueConfigurationDeprecated.Builder extends CopyableBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>
| Modifier and Type | Method and Description |
|---|---|
QueueConfigurationDeprecated.Builder |
event(Event event)
Sets the value of the Event property for this object.
|
QueueConfigurationDeprecated.Builder |
event(String event)
Sets the value of the Event property for this object.
|
QueueConfigurationDeprecated.Builder |
events(Collection<String> events)
Sets the value of the Events property for this object.
|
QueueConfigurationDeprecated.Builder |
events(String... events)
Sets the value of the Events property for this object.
|
QueueConfigurationDeprecated.Builder |
id(String id)
Sets the value of the Id property for this object.
|
QueueConfigurationDeprecated.Builder |
queue(String queue)
Sets the value of the Queue property for this object.
|
copyapply, buildQueueConfigurationDeprecated.Builder id(String id)
id - The new value for the Id property for this object.QueueConfigurationDeprecated.Builder event(String event)
QueueConfigurationDeprecated.Builder event(Event event)
QueueConfigurationDeprecated.Builder events(Collection<String> events)
events - The new value for the Events property for this object.QueueConfigurationDeprecated.Builder events(String... events)
events - The new value for the Events property for this object.QueueConfigurationDeprecated.Builder queue(String queue)
queue - The new value for the Queue property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.