@Generated(value="software.amazon.awssdk:codegen") public final class ListEventSourceMappingsRequest extends LambdaRequest implements ToCopyableBuilder<ListEventSourceMappingsRequest.Builder,ListEventSourceMappingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEventSourceMappingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEventSourceMappingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eventSourceArn()
The Amazon Resource Name (ARN) of the event source.
|
String |
functionName()
The name of the Lambda function.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
A pagination token returned by a previous call.
|
Integer |
maxItems()
The maximum number of event source mappings to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEventSourceMappingsRequest.Builder> |
serializableBuilderClass() |
ListEventSourceMappingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String eventSourceArn()
The Amazon Resource Name (ARN) of the event source.
Amazon Kinesis - The ARN of the data stream or a stream consumer.
Amazon DynamoDB Streams - The ARN of the stream.
Amazon Simple Queue Service - The ARN of the queue.
Amazon Kinesis - The ARN of the data stream or a stream consumer.
Amazon DynamoDB Streams - The ARN of the stream.
Amazon Simple Queue Service - The ARN of the queue.
public String functionName()
The name of the Lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD
.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
public String marker()
A pagination token returned by a previous call.
public Integer maxItems()
The maximum number of event source mappings to return.
public ListEventSourceMappingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEventSourceMappingsRequest.Builder,ListEventSourceMappingsRequest>toBuilder in class LambdaRequestpublic static ListEventSourceMappingsRequest.Builder builder()
public static Class<? extends ListEventSourceMappingsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.