Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListEventSourceMappingsRequest.Builder,ListEventSourceMappingsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListEventSourceMappingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListEventSourceMappingsRequest.Builder,ListEventSourceMappingsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListEventSourceMappingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListEventSourceMappingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
eventSourceArn() |
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
|
String |
functionName() |
The name of the Lambda function.
|
int |
hashCode() |
|
String |
marker() |
Optional string.
|
Integer |
maxItems() |
Optional integer.
|
static Class<? extends ListEventSourceMappingsRequest.Builder> |
serializableBuilderClass() |
|
ListEventSourceMappingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String eventSourceArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)
public String functionName()
The name of the Lambda function.
You can specify the function name (for example, Thumbnail
) or you can specify Amazon Resource Name
(ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). If you
are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version
or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID
qualifier (for example, account-id:Thumbnail
). Note that the length constraint applies only to the
ARN. If you specify only the function name, it is limited to 64 characters in length.
You can specify the function name (for example, Thumbnail
) or you can specify Amazon
Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). If you are using versioning, you
can also provide a qualified function ARN (ARN that is qualified with function version or alias name as
suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for
example, account-id:Thumbnail
). Note that the length constraint applies only to the ARN. If
you specify only the function name, it is limited to 64 characters in length.
public String marker()
Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.
ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.public Integer maxItems()
Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.
public ListEventSourceMappingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListEventSourceMappingsRequest.Builder,ListEventSourceMappingsRequest>
public static ListEventSourceMappingsRequest.Builder builder()
public static Class<? extends ListEventSourceMappingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.