Package org.cdk8s.plus25.k8s
Interface FlowDistinguisherMethodV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FlowDistinguisherMethodV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.539Z") @Stability(Stable) public interface FlowDistinguisherMethodV1Beta1 extends software.amazon.jsii.JsiiSerializable
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFlowDistinguisherMethodV1Beta1.BuilderA builder forFlowDistinguisherMethodV1Beta1static classFlowDistinguisherMethodV1Beta1.Jsii$ProxyAn implementation forFlowDistinguisherMethodV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FlowDistinguisherMethodV1Beta1.Builderbuilder()StringgetType()typeis the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace".
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
typeis the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace".Required.
-
builder
@Stability(Stable) static FlowDistinguisherMethodV1Beta1.Builder builder()
-
-