Package org.cdk8s.plus24.k8s
Interface ForZone
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ForZone.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.069Z") @Stability(Stable) public interface ForZone extends software.amazon.jsii.JsiiSerializable
ForZone provides information about which zones should consume this endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ForZone.Builder
A builder forForZone
static class
ForZone.Jsii$Proxy
An implementation forForZone
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ForZone.Builder
builder()
String
getName()
name represents the name of the zone.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
name represents the name of the zone.
-
builder
@Stability(Stable) static ForZone.Builder builder()
- Returns:
- a
ForZone.Builder
ofForZone
-
-