@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapStart extends Object implements Serializable, Cloneable, StructuredPojo
 The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a
 snapshot of the initialized execution environment when you publish a function version.
 
 SnapStart is supported with the java11 runtime. For more information, see Improving startup performance with Lambda
 SnapStart.
 
| Constructor and Description | 
|---|
| SnapStart() | 
| Modifier and Type | Method and Description | 
|---|---|
| SnapStart | clone() | 
| boolean | equals(Object obj) | 
| String | getApplyOn()
 Set to  PublishedVersionsto create a snapshot of the initialized execution environment when you
 publish a function version. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setApplyOn(String applyOn)
 Set to  PublishedVersionsto create a snapshot of the initialized execution environment when you
 publish a function version. | 
| String | toString()Returns a string representation of this object. | 
| SnapStart | withApplyOn(SnapStartApplyOn applyOn)
 Set to  PublishedVersionsto create a snapshot of the initialized execution environment when you
 publish a function version. | 
| SnapStart | withApplyOn(String applyOn)
 Set to  PublishedVersionsto create a snapshot of the initialized execution environment when you
 publish a function version. | 
public void setApplyOn(String applyOn)
 Set to PublishedVersions to create a snapshot of the initialized execution environment when you
 publish a function version.
 
applyOn - Set to PublishedVersions to create a snapshot of the initialized execution environment when
        you publish a function version.SnapStartApplyOnpublic String getApplyOn()
 Set to PublishedVersions to create a snapshot of the initialized execution environment when you
 publish a function version.
 
PublishedVersions to create a snapshot of the initialized execution environment when
         you publish a function version.SnapStartApplyOnpublic SnapStart withApplyOn(String applyOn)
 Set to PublishedVersions to create a snapshot of the initialized execution environment when you
 publish a function version.
 
applyOn - Set to PublishedVersions to create a snapshot of the initialized execution environment when
        you publish a function version.SnapStartApplyOnpublic SnapStart withApplyOn(SnapStartApplyOn applyOn)
 Set to PublishedVersions to create a snapshot of the initialized execution environment when you
 publish a function version.
 
applyOn - Set to PublishedVersions to create a snapshot of the initialized execution environment when
        you publish a function version.SnapStartApplyOnpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.