@Stability(value=Experimental) public static final class NetworkForwardOptions.Builder extends Object implements software.amazon.jsii.Builder<NetworkForwardOptions>
NetworkForwardOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NetworkForwardOptions |
build()
Builds the configured instance.
|
NetworkForwardOptions.Builder |
stickinessDuration(Duration stickinessDuration)
Sets the value of
NetworkForwardOptions.getStickinessDuration() |
@Stability(value=Experimental) public NetworkForwardOptions.Builder stickinessDuration(Duration stickinessDuration)
NetworkForwardOptions.getStickinessDuration()stickinessDuration - For how long clients should be directed to the same target group.
Range between 1 second and 7 days.this@Stability(value=Experimental) public NetworkForwardOptions build()
build in interface software.amazon.jsii.Builder<NetworkForwardOptions>NetworkForwardOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.