Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
EventSourceConfiguration |
EventSourceConfiguration.addParametersEntry(String key,
String value)
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
EventSourceConfiguration |
EventSourceConfiguration.clearParametersEntries()
Removes all the entries added into Parameters.
|
EventSourceConfiguration |
EventSourceConfiguration.withBatchSize(Integer batchSize)
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
|
EventSourceConfiguration |
EventSourceConfiguration.withEventSource(String eventSource)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
|
EventSourceConfiguration |
EventSourceConfiguration.withFunctionName(String functionName)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
EventSourceConfiguration |
EventSourceConfiguration.withIsActive(String isActive)
Indicates whether the event source mapping is currently honored.
|
EventSourceConfiguration |
EventSourceConfiguration.withLastModified(String lastModified)
The UTC time string indicating the last time the event mapping was
updated.
|
EventSourceConfiguration |
EventSourceConfiguration.withParameters(Map<String,String> parameters)
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
|
EventSourceConfiguration |
EventSourceConfiguration.withRole(String role)
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
|
EventSourceConfiguration |
EventSourceConfiguration.withStatus(String status)
The description of the health of the event source mapping.
|
EventSourceConfiguration |
EventSourceConfiguration.withUUID(String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Modifier and Type | Method and Description |
---|---|
List<EventSourceConfiguration> |
ListEventSourcesResult.getEventSources()
An arrary of
EventSourceConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
ListEventSourcesResult |
ListEventSourcesResult.withEventSources(EventSourceConfiguration... eventSources)
An arrary of
EventSourceConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListEventSourcesResult.setEventSources(Collection<EventSourceConfiguration> eventSources)
An arrary of
EventSourceConfiguration objects. |
ListEventSourcesResult |
ListEventSourcesResult.withEventSources(Collection<EventSourceConfiguration> eventSources)
An arrary of
EventSourceConfiguration objects. |
Copyright © 2014. All rights reserved.