Package org.cdk8s.plus25.k8s
Interface ForZone
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ForZone.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.543Z") @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 classForZone.BuilderA builder forForZonestatic classForZone.Jsii$ProxyAn implementation forForZone
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ForZone.Builderbuilder()StringgetName()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.BuilderofForZone
-
-