CopyableBuilder<ModifyListenerResponse.Builder,ModifyListenerResponse>
, SdkBuilder<ModifyListenerResponse.Builder,ModifyListenerResponse>
public static interface ModifyListenerResponse.Builder extends CopyableBuilder<ModifyListenerResponse.Builder,ModifyListenerResponse>
Modifier and Type | Method | Description |
---|---|---|
ModifyListenerResponse.Builder |
listeners(Collection<Listener> listeners) |
Information about the modified listeners.
|
ModifyListenerResponse.Builder |
listeners(Listener... listeners) |
Information about the modified listeners.
|
copy
apply, build
ModifyListenerResponse.Builder listeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners
- Information about the modified listeners.ModifyListenerResponse.Builder listeners(Listener... listeners)
Information about the modified listeners.
NOTE: This method appends the values to the existing list (if any). Use
#setListeners(java.util.Collection)
or #withListeners(java.util.Collection)
if you want to
override the existing values.
listeners
- Information about the modified listeners.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.