@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.500Z") @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 © 2023. All rights reserved.