Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.clone() |
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withBatchSize(Integer batchSize)
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your
function.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream that is the source of events.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withFunctionArn(String functionArn)
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withLastModified(Date lastModified)
The UTC time string indicating the last time the event mapping was updated.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withLastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withState(String state)
The state of the event source mapping.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withStateTransitionReason(String stateTransitionReason)
The reason the event source mapping is in its current state.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withUUID(String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Modifier and Type | Method and Description |
---|---|
List<EventSourceMappingConfiguration> |
ListEventSourceMappingsResult.getEventSourceMappings()
An array of
EventSourceMappingConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
ListEventSourceMappingsResult |
ListEventSourceMappingsResult.withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListEventSourceMappingsResult.setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResult |
ListEventSourceMappingsResult.withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
Copyright © 2018. All rights reserved.