Uses of Class
com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
-
Packages that use EventSourceMappingConfiguration Package Description com.amazonaws.services.lambda.model -
-
Uses of EventSourceMappingConfiguration in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return EventSourceMappingConfiguration Modifier and Type Method 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 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 stream.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.Methods in com.amazonaws.services.lambda.model that return types with arguments of type EventSourceMappingConfiguration Modifier and Type Method Description List<EventSourceMappingConfiguration>
ListEventSourceMappingsResult. getEventSourceMappings()
An array ofEventSourceMappingConfiguration
objects.Methods in com.amazonaws.services.lambda.model with parameters of type EventSourceMappingConfiguration Modifier and Type Method Description ListEventSourceMappingsResult
ListEventSourceMappingsResult. withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array ofEventSourceMappingConfiguration
objects.Method parameters in com.amazonaws.services.lambda.model with type arguments of type EventSourceMappingConfiguration Modifier and Type Method Description void
ListEventSourceMappingsResult. setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array ofEventSourceMappingConfiguration
objects.ListEventSourceMappingsResult
ListEventSourceMappingsResult. withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array ofEventSourceMappingConfiguration
objects.
-