@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventSourceMappingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEventSourceMappingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEventSourceMappingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventSourceArn()
The Amazon Resource Name (ARN) of the event source.
|
String |
getFunctionName()
The name or ARN of the Lambda function.
|
String |
getMarker()
A pagination token returned by a previous call.
|
Integer |
getMaxItems()
The maximum number of event source mappings to return.
|
int |
hashCode() |
void |
setEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
void |
setFunctionName(String functionName)
The name or ARN of the Lambda function.
|
void |
setMarker(String marker)
A pagination token returned by a previous call.
|
void |
setMaxItems(Integer maxItems)
The maximum number of event source mappings to return.
|
String |
toString()
Returns a string representation of this object.
|
ListEventSourceMappingsRequest |
withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
ListEventSourceMappingsRequest |
withFunctionName(String functionName)
The name or ARN of the Lambda function.
|
ListEventSourceMappingsRequest |
withMarker(String marker)
A pagination token returned by a previous call.
|
ListEventSourceMappingsRequest |
withMaxItems(Integer maxItems)
The maximum number of event source mappings to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEventSourceArn(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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
public String getEventSourceArn()
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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
public ListEventSourceMappingsRequest withEventSourceArn(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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
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 Managed Streaming for Apache Kafka – The ARN of the cluster or the ARN of the VPC connection (for cross-account event source mappings).
Amazon MQ – The ARN of the broker.
Amazon DocumentDB – The ARN of the DocumentDB change stream.
public void setFunctionName(String functionName)
The name or ARN 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.
functionName
- The name or ARN 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.
public String getFunctionName()
The name or ARN 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 ListEventSourceMappingsRequest withFunctionName(String functionName)
The name or ARN 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.
functionName
- The name or ARN 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.
public void setMarker(String marker)
A pagination token returned by a previous call.
marker
- A pagination token returned by a previous call.public String getMarker()
A pagination token returned by a previous call.
public ListEventSourceMappingsRequest withMarker(String marker)
A pagination token returned by a previous call.
marker
- A pagination token returned by a previous call.public void setMaxItems(Integer maxItems)
The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of 100 items in each response, even if you set the number higher.
maxItems
- The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum
of 100 items in each response, even if you set the number higher.public Integer getMaxItems()
The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of 100 items in each response, even if you set the number higher.
public ListEventSourceMappingsRequest withMaxItems(Integer maxItems)
The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of 100 items in each response, even if you set the number higher.
maxItems
- The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum
of 100 items in each response, even if you set the number higher.public String toString()
toString
in class Object
Object.toString()
public ListEventSourceMappingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()