CopyableBuilder<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest>, SdkBuilder<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest>public static interface CreateAppCookieStickinessPolicyRequest.Builder extends CopyableBuilder<CreateAppCookieStickinessPolicyRequest.Builder,CreateAppCookieStickinessPolicyRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateAppCookieStickinessPolicyRequest.Builder |
cookieName(String cookieName) |
The name of the application cookie used for stickiness.
|
CreateAppCookieStickinessPolicyRequest.Builder |
loadBalancerName(String loadBalancerName) |
The name of the load balancer.
|
CreateAppCookieStickinessPolicyRequest.Builder |
policyName(String policyName) |
The name of the policy being created.
|
copyapply, buildCreateAppCookieStickinessPolicyRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.CreateAppCookieStickinessPolicyRequest.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.CreateAppCookieStickinessPolicyRequest.Builder cookieName(String cookieName)
The name of the application cookie used for stickiness.
cookieName - The name of the application cookie used for stickiness.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.