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