public static interface ListEventSourceMappingsResponse.Builder extends LambdaResponse.Builder, CopyableBuilder<ListEventSourceMappingsResponse.Builder,ListEventSourceMappingsResponse>
Modifier and Type | Method and Description |
---|---|
ListEventSourceMappingsResponse.Builder |
eventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResponse.Builder |
eventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResponse.Builder |
nextMarker(String nextMarker)
A string, present if there are more event source mappings.
|
build
copy
apply, build
ListEventSourceMappingsResponse.Builder nextMarker(String nextMarker)
A string, present if there are more event source mappings.
nextMarker
- A string, present if there are more event source mappings.ListEventSourceMappingsResponse.Builder eventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of EventSourceMappingConfiguration
objects.
eventSourceMappings
- An array of EventSourceMappingConfiguration
objects.ListEventSourceMappingsResponse.Builder eventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array of EventSourceMappingConfiguration
objects.
eventSourceMappings
- An array of EventSourceMappingConfiguration
objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.