@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventSourceMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEventSourceMappingRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEventSourceMappingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getBatchSize()
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
|
Boolean |
getEnabled()
Specifies whether AWS Lambda should actively poll the stream or not.
|
String |
getFunctionName()
The Lambda function to which you want the stream records sent.
|
String |
getUUID()
The event source mapping identifier.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether AWS Lambda should actively poll the stream or not.
|
void |
setBatchSize(Integer batchSize)
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
|
void |
setEnabled(Boolean enabled)
Specifies whether AWS Lambda should actively poll the stream or not.
|
void |
setFunctionName(String functionName)
The Lambda function to which you want the stream records sent.
|
void |
setUUID(String uUID)
The event source mapping identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateEventSourceMappingRequest |
withBatchSize(Integer batchSize)
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
|
UpdateEventSourceMappingRequest |
withEnabled(Boolean enabled)
Specifies whether AWS Lambda should actively poll the stream or not.
|
UpdateEventSourceMappingRequest |
withFunctionName(String functionName)
The Lambda function to which you want the stream records sent.
|
UpdateEventSourceMappingRequest |
withUUID(String uUID)
The event source mapping identifier.
|
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 setUUID(String uUID)
The event source mapping identifier.
uUID
- The event source mapping identifier.public String getUUID()
The event source mapping identifier.
public UpdateEventSourceMappingRequest withUUID(String uUID)
The event source mapping identifier.
uUID
- The event source mapping identifier.public void setFunctionName(String functionName)
The Lambda function to which you want the stream records sent.
You can specify a 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
). AWS
Lambda also allows you to specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
functionName
- The Lambda function to which you want the stream records sent.
You can specify a 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
). AWS Lambda also allows you to
specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
public String getFunctionName()
The Lambda function to which you want the stream records sent.
You can specify a 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
). AWS
Lambda also allows you to specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
You can specify a 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
). AWS Lambda also allows you to
specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
public UpdateEventSourceMappingRequest withFunctionName(String functionName)
The Lambda function to which you want the stream records sent.
You can specify a 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
). AWS
Lambda also allows you to specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
functionName
- The Lambda function to which you want the stream records sent.
You can specify a 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
). AWS Lambda also allows you to
specify a partial ARN (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.
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). For more information about versioning, see AWS Lambda Function Versioning and Aliases
Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.
public void setEnabled(Boolean enabled)
Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.
enabled
- Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll
the stream.public Boolean getEnabled()
Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.
public UpdateEventSourceMappingRequest withEnabled(Boolean enabled)
Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.
enabled
- Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll
the stream.public Boolean isEnabled()
Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.
public void setBatchSize(Integer batchSize)
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
batchSize
- The maximum number of stream records that can be sent to your Lambda function for a single invocation.public Integer getBatchSize()
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
public UpdateEventSourceMappingRequest withBatchSize(Integer batchSize)
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
batchSize
- The maximum number of stream records that can be sent to your Lambda function for a single invocation.public String toString()
toString
in class Object
Object.toString()
public UpdateEventSourceMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.