public static interface AwsElbLbCookieStickinessPolicy.Builder extends SdkPojo, CopyableBuilder<AwsElbLbCookieStickinessPolicy.Builder,AwsElbLbCookieStickinessPolicy>
| Modifier and Type | Method and Description |
|---|---|
AwsElbLbCookieStickinessPolicy.Builder |
cookieExpirationPeriod(Long cookieExpirationPeriod)
The amount of time, in seconds, after which the cookie is considered stale.
|
AwsElbLbCookieStickinessPolicy.Builder |
policyName(String policyName)
The name of the policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElbLbCookieStickinessPolicy.Builder cookieExpirationPeriod(Long cookieExpirationPeriod)
The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is not specified, the stickiness session lasts for the duration of the browser session.
cookieExpirationPeriod - The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is
not specified, the stickiness session lasts for the duration of the browser session.AwsElbLbCookieStickinessPolicy.Builder policyName(String policyName)
The name of the policy. The name must be unique within the set of policies for the load balancer.
policyName - The name of the policy. The name must be unique within the set of policies for the load balancer.Copyright © 2023. All rights reserved.