@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.432Z") @Stability(value=Stable) public interface DestinationOptions extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
DestinationOptions destinationOptions = DestinationOptions.builder()
.type(DestinationType.FAILURE)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DestinationOptions.Builder
A builder for
DestinationOptions |
static class |
DestinationOptions.Jsii$Proxy
An implementation for
DestinationOptions |
| Modifier and Type | Method and Description |
|---|---|
static DestinationOptions.Builder |
builder() |
DestinationType |
getType()
The destination type.
|
@Stability(value=Stable) @NotNull DestinationType getType()
@Stability(value=Stable) static DestinationOptions.Builder builder()
DestinationOptions.Builder of DestinationOptionsCopyright © 2022. All rights reserved.