@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:46.765Z") @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.services.eks.*;
import software.amazon.awscdk.core.*;
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.