@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.961Z") @Stability(value=Stable) 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.*;
import software.amazon.awscdk.services.eks.*;
ServiceLoadBalancerAddressOptions serviceLoadBalancerAddressOptions = ServiceLoadBalancerAddressOptions.builder()
.namespace("namespace")
.timeout(Duration.minutes(30))
.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()
The namespace the service belongs to.
|
default Duration |
getTimeout()
Timeout for waiting on the load balancer address.
|
@Stability(value=Stable) @Nullable default String getNamespace()
Default: 'default'
@Stability(value=Stable) @Nullable default Duration getTimeout()
Default: Duration.minutes(5)
@Stability(value=Stable) static ServiceLoadBalancerAddressOptions.Builder builder()
Copyright © 2022. All rights reserved.