public static final class EventSourceMappingResourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventSourceMappingResourceProps
software.amazon.jsii.JsiiObject.InitializationModeEventSourceMappingResourceProps.Builder, EventSourceMappingResourceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBatchSize()
``AWS::Lambda::EventSourceMapping.BatchSize``
|
Object |
getEnabled()
``AWS::Lambda::EventSourceMapping.Enabled``
|
Object |
getEventSourceArn()
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
Object |
getFunctionName()
``AWS::Lambda::EventSourceMapping.FunctionName``
|
Object |
getStartingPosition()
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
void |
setBatchSize(Number value)
``AWS::Lambda::EventSourceMapping.BatchSize``
|
void |
setBatchSize(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.BatchSize``
|
void |
setEnabled(Boolean value)
``AWS::Lambda::EventSourceMapping.Enabled``
|
void |
setEnabled(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.Enabled``
|
void |
setEventSourceArn(String value)
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
void |
setEventSourceArn(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.EventSourceArn``
|
void |
setFunctionName(String value)
``AWS::Lambda::EventSourceMapping.FunctionName``
|
void |
setFunctionName(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.FunctionName``
|
void |
setStartingPosition(String value)
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
void |
setStartingPosition(software.amazon.awscdk.Token value)
``AWS::Lambda::EventSourceMapping.StartingPosition``
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Object getEventSourceArn()
getEventSourceArn in interface EventSourceMappingResourcePropspublic void setEventSourceArn(String value)
setEventSourceArn in interface EventSourceMappingResourcePropspublic void setEventSourceArn(software.amazon.awscdk.Token value)
setEventSourceArn in interface EventSourceMappingResourcePropspublic Object getFunctionName()
getFunctionName in interface EventSourceMappingResourcePropspublic void setFunctionName(String value)
setFunctionName in interface EventSourceMappingResourcePropspublic void setFunctionName(software.amazon.awscdk.Token value)
setFunctionName in interface EventSourceMappingResourceProps@Nullable public Object getBatchSize()
getBatchSize in interface EventSourceMappingResourcePropspublic void setBatchSize(@Nullable Number value)
setBatchSize in interface EventSourceMappingResourcePropspublic void setBatchSize(@Nullable software.amazon.awscdk.Token value)
setBatchSize in interface EventSourceMappingResourceProps@Nullable public Object getEnabled()
getEnabled in interface EventSourceMappingResourcePropspublic void setEnabled(@Nullable Boolean value)
setEnabled in interface EventSourceMappingResourcePropspublic void setEnabled(@Nullable software.amazon.awscdk.Token value)
setEnabled in interface EventSourceMappingResourceProps@Nullable public Object getStartingPosition()
getStartingPosition in interface EventSourceMappingResourcePropspublic void setStartingPosition(@Nullable String value)
setStartingPosition in interface EventSourceMappingResourcePropspublic void setStartingPosition(@Nullable software.amazon.awscdk.Token value)
setStartingPosition in interface EventSourceMappingResourcePropsCopyright © 2018. All rights reserved.