@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.627Z") @Stability(value=Stable) public interface VersionAttributes extends software.amazon.jsii.JsiiSerializable
// 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.*;
Function function_;
VersionAttributes versionAttributes = VersionAttributes.builder()
.lambda(function_)
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionAttributes.Builder
A builder for
VersionAttributes |
static class |
VersionAttributes.Jsii$Proxy
An implementation for
VersionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VersionAttributes.Builder |
builder() |
IFunction |
getLambda()
The lambda function.
|
String |
getVersion()
The version.
|
@Stability(value=Stable) @NotNull IFunction getLambda()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) static VersionAttributes.Builder builder()
VersionAttributes.Builder of VersionAttributesCopyright © 2023. All rights reserved.