Package org.cdk8s.plus28.k8s
Interface FlowDistinguisherMethodV1Beta3
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FlowDistinguisherMethodV1Beta3.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.688Z") @Stability(Stable) public interface FlowDistinguisherMethodV1Beta3 extends software.amazon.jsii.JsiiSerializable
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFlowDistinguisherMethodV1Beta3.BuilderA builder forFlowDistinguisherMethodV1Beta3static classFlowDistinguisherMethodV1Beta3.Jsii$ProxyAn implementation forFlowDistinguisherMethodV1Beta3
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FlowDistinguisherMethodV1Beta3.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 FlowDistinguisherMethodV1Beta3.Builder builder()
-
-