| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.batchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
|
static UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.builder() |
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.eventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionArn(String functionArn)
The ARN of the Lambda function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.lastModified(Instant lastModified)
The date that the event source mapping was last updated.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.lastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.state(String state)
The state of the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.stateTransitionReason(String stateTransitionReason)
The cause of the last state change, either
User initiated or Lambda initiated. |
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.toBuilder() |
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.uuid(String uuid)
The identifier of the event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventSourceMappingResponse.Builder> |
UpdateEventSourceMappingResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.