@Stability(value=Experimental) 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=Experimental) 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=Experimental) public ForwardOptions build()
build
in interface software.amazon.jsii.Builder<ForwardOptions>
ForwardOptions
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.