Package org.cdk8s.plus24.k8s
Interface ForZoneV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ForZoneV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.788Z") @Stability(Stable) public interface ForZoneV1Beta1 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 classForZoneV1Beta1.BuilderA builder forForZoneV1Beta1static classForZoneV1Beta1.Jsii$ProxyAn implementation forForZoneV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ForZoneV1Beta1.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 ForZoneV1Beta1.Builder builder()
- Returns:
- a
ForZoneV1Beta1.BuilderofForZoneV1Beta1
-
-