Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventSourceMappingConfiguration> |
ListEventSourceMappingsResult.eventSourceMappings
An array of
EventSourceMappingConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.clone() |
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withBatchSize(java.lang.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(java.lang.String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the
source of events.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withFunctionArn(java.lang.String functionArn)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withLastModified(java.util.Date lastModified)
The UTC time string indicating the last time the event mapping was
updated.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withLastProcessingResult(java.lang.String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withState(java.lang.String state)
The state of the event source mapping.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withStateTransitionReason(java.lang.String stateTransitionReason)
The reason the event source mapping is in its current state.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withUUID(java.lang.String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResult |
ListEventSourceMappingsResult.withEventSourceMappings(java.util.Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
EventSourceMappingConfiguration |
EventSourceMappingConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EventSourceMappingConfigurationJsonMarshaller.marshall(EventSourceMappingConfiguration eventSourceMappingConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|