@Generated(value="software.amazon.awssdk:codegen") public final class EventSourceMappingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventSourceMappingConfiguration.Builder,EventSourceMappingConfiguration>
A mapping between an AWS resource and an AWS Lambda function. See CreateEventSourceMapping for details.
Modifier and Type | Class and Description |
---|---|
static interface |
EventSourceMappingConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
batchSize()
The maximum number of items to retrieve in a single batch.
|
static EventSourceMappingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eventSourceArn()
The Amazon Resource Name (ARN) of the event source.
|
String |
functionArn()
The ARN of the Lambda function.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
The date that the event source mapping was last updated, in Unix time seconds.
|
String |
lastProcessingResult()
The result of the last AWS Lambda invocation of your Lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventSourceMappingConfiguration.Builder> |
serializableBuilderClass() |
String |
state()
The state of the event source mapping.
|
String |
stateTransitionReason()
The cause of the last state change, either
User initiated or Lambda initiated . |
EventSourceMappingConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
uuid()
The identifier of the event source mapping.
|
copy
public String uuid()
The identifier of the event source mapping.
public Integer batchSize()
The maximum number of items to retrieve in a single batch.
public String eventSourceArn()
The Amazon Resource Name (ARN) of the event source.
public String functionArn()
The ARN of the Lambda function.
public Instant lastModified()
The date that the event source mapping was last updated, in Unix time seconds.
public String lastProcessingResult()
The result of the last AWS Lambda invocation of your Lambda function.
public String state()
The state of the event source mapping. It can be one of the following: Creating
,
Enabling
, Enabled
, Disabling
, Disabled
, Updating
, or Deleting
.
Creating
,
Enabling
, Enabled
, Disabling
, Disabled
,
Updating
, or Deleting
.public String stateTransitionReason()
The cause of the last state change, either User initiated
or Lambda initiated
.
User initiated
or Lambda initiated
.public EventSourceMappingConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventSourceMappingConfiguration.Builder,EventSourceMappingConfiguration>
public static EventSourceMappingConfiguration.Builder builder()
public static Class<? extends EventSourceMappingConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.