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(Consumer<EventSourceMappingConfiguration.Builder>... 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
sdkHttpResponse, sdkHttpResponse
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.ListEventSourceMappingsResponse.Builder eventSourceMappings(Consumer<EventSourceMappingConfiguration.Builder>... eventSourceMappings)
An array of EventSourceMappingConfiguration
objects.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #eventSourceMappings(List)
.eventSourceMappings
- a consumer that will call methods on List.Builder
#eventSourceMappings(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.