@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:41.424Z")
public interface AddNetworkActionProps
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.
|
NetworkListenerAction getAction()
static AddNetworkActionProps.Builder builder()
AddNetworkActionProps.Builder
of AddNetworkActionProps