public static interface DeleteEventSourceMappingResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<DeleteEventSourceMappingResponse.Builder,DeleteEventSourceMappingResponse>
| Modifier and Type | Method and Description | 
|---|---|
DeleteEventSourceMappingResponse.Builder | 
batchSize(Integer batchSize)
 The maximum number of items to retrieve in a single batch. 
 | 
DeleteEventSourceMappingResponse.Builder | 
eventSourceArn(String eventSourceArn)
 The Amazon Resource Name (ARN) of the event source. 
 | 
DeleteEventSourceMappingResponse.Builder | 
functionArn(String functionArn)
 The ARN of the Lambda function. 
 | 
DeleteEventSourceMappingResponse.Builder | 
lastModified(Instant lastModified)
 The date that the event source mapping was last updated, in Unix time seconds. 
 | 
DeleteEventSourceMappingResponse.Builder | 
lastProcessingResult(String lastProcessingResult)
 The result of the last AWS Lambda invocation of your Lambda function. 
 | 
DeleteEventSourceMappingResponse.Builder | 
state(String state)
 The state of the event source mapping. 
 | 
DeleteEventSourceMappingResponse.Builder | 
stateTransitionReason(String stateTransitionReason)
 The cause of the last state change, either  
User initiated or Lambda initiated. | 
DeleteEventSourceMappingResponse.Builder | 
uuid(String uuid)
 The identifier of the event source mapping. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteEventSourceMappingResponse.Builder uuid(String uuid)
The identifier of the event source mapping.
uuid - The identifier of the event source mapping.DeleteEventSourceMappingResponse.Builder batchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
batchSize - The maximum number of items to retrieve in a single batch.DeleteEventSourceMappingResponse.Builder eventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
eventSourceArn - The Amazon Resource Name (ARN) of the event source.DeleteEventSourceMappingResponse.Builder functionArn(String functionArn)
The ARN of the Lambda function.
functionArn - The ARN of the Lambda function.DeleteEventSourceMappingResponse.Builder lastModified(Instant lastModified)
The date that the event source mapping was last updated, in Unix time seconds.
lastModified - The date that the event source mapping was last updated, in Unix time seconds.DeleteEventSourceMappingResponse.Builder lastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
lastProcessingResult - The result of the last AWS Lambda invocation of your Lambda function.DeleteEventSourceMappingResponse.Builder state(String state)
 The state of the event source mapping. It can be one of the following: Creating,
 Enabling, Enabled, Disabling, Disabled,
 Updating, or Deleting.
 
state - The state of the event source mapping. It can be one of the following: Creating,
        Enabling, Enabled, Disabling, Disabled,
        Updating, or Deleting.DeleteEventSourceMappingResponse.Builder stateTransitionReason(String stateTransitionReason)
 The cause of the last state change, either User initiated or Lambda initiated.
 
stateTransitionReason - The cause of the last state change, either User initiated or
        Lambda initiated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.