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. Valid values are below.
attributeName - The name of the attribute you want to update. Valid values are below.LoadBalancerAttributeName,
LoadBalancerAttributeNameUpdateLoadBalancerAttributeRequest.Builder attributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update. Valid values are below.
attributeName - The name of the attribute you want to update. Valid values are below.LoadBalancerAttributeName,
LoadBalancerAttributeNameUpdateLoadBalancerAttributeRequest.Builder attributeValue(String attributeValue)
The value that you want to specify for the attribute name.
attributeValue - The value that you want to specify for the attribute name.UpdateLoadBalancerAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLoadBalancerAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.