CopyableBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>
, SdkBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>
public static interface QueueConfigurationDeprecated.Builder extends CopyableBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>
Modifier and Type | Method | Description |
---|---|---|
QueueConfigurationDeprecated.Builder |
event(String event) |
|
QueueConfigurationDeprecated.Builder |
event(Event event) |
|
QueueConfigurationDeprecated.Builder |
events(String... events) |
NOTE: This method appends the values to the existing list (if any).
|
QueueConfigurationDeprecated.Builder |
events(Collection<String> events) |
|
QueueConfigurationDeprecated.Builder |
events(Event... events) |
NOTE: This method appends the values to the existing list (if any).
|
QueueConfigurationDeprecated.Builder |
id(String id) |
|
QueueConfigurationDeprecated.Builder |
queue(String queue) |
copy
apply, build
QueueConfigurationDeprecated.Builder id(String id)
id
- QueueConfigurationDeprecated.Builder event(String event)
event
- Event
QueueConfigurationDeprecated.Builder event(Event event)
event
- Event
QueueConfigurationDeprecated.Builder events(Collection<String> events)
events
- Event
QueueConfigurationDeprecated.Builder events(String... events)
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
events
- Event
QueueConfigurationDeprecated.Builder events(Event... events)
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
events
- Event
QueueConfigurationDeprecated.Builder queue(String queue)
queue
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.