@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:06.195Z") @Stability(value=Experimental) public interface ServiceLoadBalancerAddressOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.eks.*;
Duration duration;
ServiceLoadBalancerAddressOptions serviceLoadBalancerAddressOptions = ServiceLoadBalancerAddressOptions.builder()
.namespace("namespace")
.timeout(duration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceLoadBalancerAddressOptions.Builder
A builder for
ServiceLoadBalancerAddressOptions |
static class |
ServiceLoadBalancerAddressOptions.Jsii$Proxy
An implementation for
ServiceLoadBalancerAddressOptions |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLoadBalancerAddressOptions.Builder |
builder() |
default String |
getNamespace()
(experimental) The namespace the service belongs to.
|
default Duration |
getTimeout()
(experimental) Timeout for waiting on the load balancer address.
|
@Stability(value=Experimental) @Nullable default String getNamespace()
Default: 'default'
@Stability(value=Experimental) @Nullable default Duration getTimeout()
Default: Duration.minutes(5)
@Stability(value=Experimental) static ServiceLoadBalancerAddressOptions.Builder builder()
Copyright © 2022. All rights reserved.