ToCopyableBuilder<DeleteEventSourceMappingResponse.Builder,DeleteEventSourceMappingResponse>
@Generated("software.amazon.awssdk:codegen") public class DeleteEventSourceMappingResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DeleteEventSourceMappingResponse.Builder,DeleteEventSourceMappingResponse>
Describes mapping between an Amazon Kinesis stream and a Lambda function.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteEventSourceMappingResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Integer |
batchSize() |
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your
function.
|
static DeleteEventSourceMappingResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
eventSourceArn() |
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
|
String |
functionArn() |
The Lambda function to invoke when AWS Lambda detects an event on the stream.
|
int |
hashCode() |
|
Date |
lastModified() |
The UTC time string indicating the last time the event mapping was updated.
|
String |
lastProcessingResult() |
The result of the last AWS Lambda invocation of your Lambda function.
|
static Class<? extends DeleteEventSourceMappingResponse.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the event source mapping.
|
String |
stateTransitionReason() |
The reason the event source mapping is in its current state.
|
DeleteEventSourceMappingResponse.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 AWS Lambda assigned opaque identifier for the mapping.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String uuid()
The AWS Lambda assigned opaque identifier for the mapping.
public Integer batchSize()
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.
public String eventSourceArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
public String functionArn()
The Lambda function to invoke when AWS Lambda detects an event on the stream.
public Date lastModified()
The UTC time string indicating the last time the event mapping was updated.
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 Creating
, Enabled
,
Disabled
, Enabling
, Disabling
, Updating
, or
Deleting
.
Creating
, Enabled
,
Disabled
, Enabling
, Disabling
, Updating
, or
Deleting
.public String stateTransitionReason()
The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.
public DeleteEventSourceMappingResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteEventSourceMappingResponse.Builder,DeleteEventSourceMappingResponse>
public static DeleteEventSourceMappingResponse.Builder builder()
public static Class<? extends DeleteEventSourceMappingResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.