@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:07.757Z")
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