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.80.0 (build bce6a1d)", date="2023-05-06T02:23:10.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 class
ForZoneV1Beta1.Builder
A builder forForZoneV1Beta1
static class
ForZoneV1Beta1.Jsii$Proxy
An implementation forForZoneV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ForZoneV1Beta1.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 ForZoneV1Beta1.Builder builder()
- Returns:
- a
ForZoneV1Beta1.Builder
ofForZoneV1Beta1
-
-