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<Event> events)
Sets the value of the Events property for this object.
|
QueueConfigurationDeprecated.Builder |
events(Event... events)
Sets the value of the Events property for this object.
|
QueueConfigurationDeprecated.Builder |
eventsWithStrings(Collection<String> events)
Sets the value of the Events property for this object.
|
QueueConfigurationDeprecated.Builder |
eventsWithStrings(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.
|
copy
applyMutation, build
QueueConfigurationDeprecated.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 eventsWithStrings(Collection<String> events)
events
- The new value for the Events property for this object.QueueConfigurationDeprecated.Builder eventsWithStrings(String... events)
events
- The new value for the Events property for this object.QueueConfigurationDeprecated.Builder events(Collection<Event> events)
events
- The new value for the Events property for this object.QueueConfigurationDeprecated.Builder events(Event... 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.