@Stability(value=Stable) public static final class ServiceLoadBalancerAddressOptions.Builder extends Object implements software.amazon.jsii.Builder<ServiceLoadBalancerAddressOptions>
ServiceLoadBalancerAddressOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLoadBalancerAddressOptions |
build()
Builds the configured instance.
|
ServiceLoadBalancerAddressOptions.Builder |
namespace(String namespace)
Sets the value of
ServiceLoadBalancerAddressOptions.getNamespace() |
ServiceLoadBalancerAddressOptions.Builder |
timeout(Duration timeout)
Sets the value of
ServiceLoadBalancerAddressOptions.getTimeout() |
@Stability(value=Stable) public ServiceLoadBalancerAddressOptions.Builder namespace(String namespace)
ServiceLoadBalancerAddressOptions.getNamespace()namespace - The namespace the service belongs to.this@Stability(value=Stable) public ServiceLoadBalancerAddressOptions.Builder timeout(Duration timeout)
ServiceLoadBalancerAddressOptions.getTimeout()timeout - Timeout for waiting on the load balancer address.this@Stability(value=Stable) public ServiceLoadBalancerAddressOptions build()
build in interface software.amazon.jsii.Builder<ServiceLoadBalancerAddressOptions>ServiceLoadBalancerAddressOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.