@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.051Z") @Stability(value=Stable) public interface AddNetworkActionProps 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.elasticloadbalancingv2.*;
NetworkListenerAction networkListenerAction;
AddNetworkActionProps addNetworkActionProps = AddNetworkActionProps.builder()
.action(networkListenerAction)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddNetworkActionProps.Builder
A builder for
AddNetworkActionProps |
static class |
AddNetworkActionProps.Jsii$Proxy
An implementation for
AddNetworkActionProps |
| Modifier and Type | Method and Description |
|---|---|
static AddNetworkActionProps.Builder |
builder() |
NetworkListenerAction |
getAction()
Action to perform.
|
@Stability(value=Stable) @NotNull NetworkListenerAction getAction()
@Stability(value=Stable) static AddNetworkActionProps.Builder builder()
AddNetworkActionProps.Builder of AddNetworkActionPropsCopyright © 2022. All rights reserved.