public static interface CreateLbCookieStickinessPolicyRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<CreateLbCookieStickinessPolicyRequest.Builder,CreateLbCookieStickinessPolicyRequest>
Modifier and Type | Method and Description |
---|---|
CreateLbCookieStickinessPolicyRequest.Builder |
cookieExpirationPeriod(Long cookieExpirationPeriod)
The time period, in seconds, after which the cookie should be considered stale.
|
CreateLbCookieStickinessPolicyRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
CreateLbCookieStickinessPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLbCookieStickinessPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLbCookieStickinessPolicyRequest.Builder |
policyName(String policyName)
The name of the policy being created.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateLbCookieStickinessPolicyRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.CreateLbCookieStickinessPolicyRequest.Builder policyName(String policyName)
The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
policyName
- The name of the policy being created. Policy names must consist of alphanumeric characters and dashes
(-). This name must be unique within the set of policies for this load balancer.CreateLbCookieStickinessPolicyRequest.Builder cookieExpirationPeriod(Long cookieExpirationPeriod)
The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
cookieExpirationPeriod
- The time period, in seconds, after which the cookie should be considered stale. If you do not specify
this parameter, the default value is 0, which indicates that the sticky session should last for the
duration of the browser session.CreateLbCookieStickinessPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateLbCookieStickinessPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.