public static interface UpdateLoadBalancerAttributeRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoadBalancerAttributeRequest.Builder,UpdateLoadBalancerAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLoadBalancerAttributeRequest.Builder |
attributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update.
|
UpdateLoadBalancerAttributeRequest.Builder |
attributeName(String attributeName)
The name of the attribute you want to update.
|
UpdateLoadBalancerAttributeRequest.Builder |
attributeValue(String attributeValue)
The value that you want to specify for the attribute name.
|
UpdateLoadBalancerAttributeRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g.,
my-load-balancer. |
UpdateLoadBalancerAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLoadBalancerAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoadBalancerAttributeRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g., my-load-balancer.
loadBalancerName - The name of the load balancer that you want to modify (e.g., my-load-balancer.UpdateLoadBalancerAttributeRequest.Builder attributeName(String attributeName)
The name of the attribute you want to update.
attributeName - The name of the attribute you want to update.LoadBalancerAttributeName,
LoadBalancerAttributeNameUpdateLoadBalancerAttributeRequest.Builder attributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update.
attributeName - The name of the attribute you want to update.LoadBalancerAttributeName,
LoadBalancerAttributeNameUpdateLoadBalancerAttributeRequest.Builder attributeValue(String attributeValue)
The value that you want to specify for the attribute name.
The following values are supported depending on what you specify for the attributeName request
parameter:
If you specify HealthCheckPath for the attributeName request parameter, then the
attributeValue request parameter must be the path to ping on the target (for example,
/weather/us/wa/seattle).
If you specify SessionStickinessEnabled for the attributeName request parameter,
then the attributeValue request parameter must be true to activate session
stickiness or false to deactivate session stickiness.
If you specify SessionStickiness_LB_CookieDurationSeconds for the attributeName
request parameter, then the attributeValue request parameter must be an interger that represents
the cookie duration in seconds.
If you specify HttpsRedirectionEnabled for the attributeName request parameter,
then the attributeValue request parameter must be true to activate HTTP to HTTPS
redirection or false to deactivate HTTP to HTTPS redirection.
If you specify TlsPolicyName for the attributeName request parameter, then the
attributeValue request parameter must be the name of the TLS policy.
Use the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can specify.
attributeValue - The value that you want to specify for the attribute name.
The following values are supported depending on what you specify for the attributeName
request parameter:
If you specify HealthCheckPath for the attributeName request parameter, then
the attributeValue request parameter must be the path to ping on the target (for example,
/weather/us/wa/seattle).
If you specify SessionStickinessEnabled for the attributeName request
parameter, then the attributeValue request parameter must be true to
activate session stickiness or false to deactivate session stickiness.
If you specify SessionStickiness_LB_CookieDurationSeconds for the
attributeName request parameter, then the attributeValue request parameter
must be an interger that represents the cookie duration in seconds.
If you specify HttpsRedirectionEnabled for the attributeName request
parameter, then the attributeValue request parameter must be true to
activate HTTP to HTTPS redirection or false to deactivate HTTP to HTTPS redirection.
If you specify TlsPolicyName for the attributeName request parameter, then
the attributeValue request parameter must be the name of the TLS policy.
Use the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can specify.
UpdateLoadBalancerAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLoadBalancerAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.