public static interface CfnFunction.SnapStartResponseProperty
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; SnapStartResponseProperty snapStartResponseProperty = SnapStartResponseProperty.builder() .applyOn("applyOn") .optimizationStatus("optimizationStatus") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFunction.SnapStartResponseProperty.Builder
A builder for
CfnFunction.SnapStartResponseProperty |
static class |
CfnFunction.SnapStartResponseProperty.Jsii$Proxy
An implementation for
CfnFunction.SnapStartResponseProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFunction.SnapStartResponseProperty.Builder |
builder() |
default java.lang.String |
getApplyOn()
`CfnFunction.SnapStartResponseProperty.ApplyOn`.
|
default java.lang.String |
getOptimizationStatus()
`CfnFunction.SnapStartResponseProperty.OptimizationStatus`.
|
default java.lang.String getApplyOn()
default java.lang.String getOptimizationStatus()
static CfnFunction.SnapStartResponseProperty.Builder builder()