@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:30.734Z") @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 AddNetworkActionProps
Copyright © 2023. All rights reserved.